Personal solutions for Advent of Code in Zig.
zig build -- <year> <day> <a|b>
zig build run -- <year> <day> <a|b>
zig build test -- <year> <day> <a|b>
zig test <path_to_file.zig>
- Add build to run tests for shared code.
- Add hints and errors for build
Advent of Code is an annual event created by Eric Wastl and free for anyone to join. You can read more about it here.