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