Framework for solving and timing Advent of Code problems in zig.
- Zig 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| .gitignore | ||
| build.zig | ||
| build.zig.zon | ||
| Readme.md | ||
Kbaoc
This is a general harness for solving Advent of Code problems in zig and timing your solutions.
Repository structure is the problems arranged by year. Each problem has an input file, the contents of which should be the problem input. The other file, solution.zig, contains a skeleton for the solution.
There are top level build steps for compiling or running all or a subset of the problems. Run zig build -h to see the full list.