pascalruscher/zig_aoc
🎄"Advent of Code" in Zig ⚡
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>
Advent of Code is an annual event created by Eric Wastl and free for anyone to join. You can read more about it here.