zig build run-1 -- part_1 input.txt
For day 1
zig build test-1 --summary all
or with watchexec
watchexec -c -e zig "zig build test-1 --summary all"
For all days:
zig build test --summary all
For day 1
zig build generate -- 1
For day 1
zig build bench-1
- handle multiple code blocks properly