Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 352 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 352 Bytes

AoC 2024

This year it will be in zig.

To build the code for a given day:

zig build -Dday=<X>

The executable will be located at ./zig-out/bin/AoC<X>.

One can also build and run in one command:

zig build run -Dday=<X>

Return to the main page here.