These are my solutions to advent of code 2024 in odin.
To run the code you will need odin installed and just (or simply read the justfile and input the commands by hand on the terminal).
To run the code for day 1 for example, do the following:
just run 1
To run all the days you do:
just run-all