Skip to content

Latest commit

 

History

History

2024

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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