andreiyard/advent_of_code_2015
My solutions to 2015 Advent of Code (https://adventofcode.com/2015) written in Zig
src/
src/dayXX/input.txt
src/dayXX/main.zig
zig build --summary all
run
can be added, to also run all compiled solutionszig build -Dday=<day_number> run
-Dday=<daynum>
to compile and run single day-Dexample=<examplenum>
that shows that we need to use example input with some number instead of main input-Dseq
to run solutions sequentially (1,2,3...)