/AoC

Primary LanguageZigBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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.