My solutions for Advent of Code puzzles across different years.
Advent of Code is an annual set of Christmas-themed programming puzzles created by Eric Wastl. Each December, a new puzzle is released daily from December 1st through December 25th. Each puzzle has two parts, with the second part unlocking after completing the first.
aoc/
├── 2025/ # Solutions for Advent of Code 2025 (Odin)
└── ... # Future years
2025 - Odin
Solutions written in Odin, a fast and modern systems programming language.
See the 2025 README for more details.
- Learning-focused: Each year may use a different programming language to explore new paradigms and tools
- Well-tested: Solutions include comprehensive test suites
- Readable: Code prioritizes clarity and maintainability
- Self-contained: Each year's solutions are independent with their own build system and dependencies