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