Framework for solving and timing Advent of Code problems in zig.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-23 02:27:02 +01:00
src Initial commit, arg parsing skeleton 2026-08-23 02:27:02 +01:00
.gitignore Initial commit, arg parsing skeleton 2026-08-23 02:27:02 +01:00
build.zig Initial commit, arg parsing skeleton 2026-08-23 02:27:02 +01:00
build.zig.zon Initial commit, arg parsing skeleton 2026-08-23 02:27:02 +01:00
Readme.md Initial commit, arg parsing skeleton 2026-08-23 02:27:02 +01:00

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.