o
odin.langpkg.dev
packages / library / aoc-2024

aoc-2024

1930e72library

No description provided.

MIT · updated 2 years ago

Advent of code 2024 in Odin

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