https://github.com/durocodes/advent-of-code
solutions to advent of code
https://github.com/durocodes/advent-of-code
aoc-2022-in-ocaml aoc-2023-in-kotlin aoc-2024-in-rust
Last synced: about 1 month 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-25T05:53:44.000Z (5 months ago)
- Last Synced: 2025-03-24T09:47:39.825Z (2 months ago)
- Topics: aoc-2022-in-ocaml, aoc-2023-in-kotlin, aoc-2024-in-rust
- Language: Rust
- Homepage:
- Size: 291 KB
- Stars: 2
- 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
also got #1 in the jetbrains rust leaderboard, so that's cool i think 🗣️