No description
https://adventofcode.com/2025
- Zig 99.8%
- Nix 0.2%
| input | ||
| src | ||
| .envrc | ||
| .gitignore | ||
| build.zig | ||
| build.zig.zon | ||
| README.md | ||
| shell.nix | ||
advent of code 2025
this repo contains all my solutions for advent of code 2025, written in pure Zig 0.15
running
dependencies: zig compiler
each day and part are their respective build target, so for example to run part b of day 4, run zig build 4b
unit tests are also runnable, by appending _test to the target, eg. zig build 4b_test
run zig build -l to see all the available build targets