Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/durocodes/advent-of-code

solutions to advent of code
https://github.com/durocodes/advent-of-code

Last synced: 21 days ago
JSON representation

solutions to advent of code

Awesome Lists containing this project

README

        

# advent of code

## 2022

trying to do solutions in ocaml 🗣️

(using the [Base](https://github.com/janestreet/base) standard library to make my life easier)

## 2023

solutions in kotlin, pretty cool language if you ask me 😎

all solutions done with two stars 🔥 (except day 25, that doesn't have a 2nd part)

## 2024

solutions in rust, it's memory safe and blazingly fast, btw 🦀

ran with [`audit`](https://github.com/DuroCodes/audit) to refactor the code after initial solution