AoC 2025
December 27, 2025 · View on GitHub
AoC 2025
Welcome to my Advent of Code 2025 repository! The solutions are written in Zig. The solutions aren't optimized for speed, more for readability.
Running the solutions
For running the code you need zig >= 0.15.0.
Then you can use zig to compile and than execute the solutions
zig build
zig build test_day01 # or day<xx> or test_day<xx> etc.
2025 Results
| Day | Part 1 | Part 2 |
|---|---|---|
| Day 1 | ⭐ | ⭐ |
| Day 2 | ⭐ | ⭐ |
| Day 3 | ⭐ | ⭐ |
| Day 4 | ⭐ | ⭐ |
| Day 5 | ⭐ | ⭐ |
| Day 6 | ⭐ | ⭐ |
| Day 7 | ⭐ | ⭐ |
| Day 8 | ⭐ | ⭐ |
| Day 9 | ⭐ | ⭐ |
| Day 10 | ⭐ |