Skip to content

Files

Latest commit

41036de · Dec 26, 2024

History

History

2024

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