Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/durocodes/advent-of-code
- Owner: DuroCodes
- Created: 2023-12-02T01:43:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-01T06:31:56.000Z (22 days ago)
- Last Synced: 2024-12-01T07:18:45.941Z (22 days ago)
- Language: Kotlin
- Homepage:
- Size: 243 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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