o
odin.langpkg.dev
packages / library / AoC2024

AoC2024

5686695library

Advent of Code 2024 in Odin (my answers)

No license · updated 1 year ago

My solutions to Advent of Code 2024 in Odin

Warning: I probably won't free memory in most solutions since it'll be freed by the OS when the program ends.

Build each day by changing the day number in the build.bat/build.sh then executing:

On windows:

build.bat

On linux:

$ ./build.sh