You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solutions to Advent of Code (2021) - this time in Zig!
Usage
Usage is as simple as zig build run. By default, the latest solved day will be run - to run a specific day, use zig build run -- day (or just ./aoc21 day with the compiled executable)