Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 461 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 461 Bytes

Run solution

zig build run-1 -- part_1 input.txt

Run test

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

Generate day

For day 1

zig build generate -- 1

Run benchmark

For day 1

zig build bench-1

Todos

  • handle multiple code blocks properly