Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 213 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 213 Bytes

Advent of Zig

Advent of Code in Zig.

How to run

Put the input file in the same directory as the code then compile and run it, e.g.:

cd day01
zig run part1.zig