Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 267 Bytes

File metadata and controls

5 lines (4 loc) · 267 Bytes

aoc21

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)