Welcome to my Advent of Code 2025 repository! The solutions are written in Zig. The solutions aren't optimized for speed, more for readability.
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.| 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 | ⭐ |