Awesome
Advent of Code 2024
Solutions in Elixir.
Commands
- Run
mix day_<number>
to compute solution for day N, for example,mix day_1
. - Run
mix format
to format the code.
Solutions in Elixir.
mix day_<number>
to compute solution for day N, for example, mix day_1
.mix format
to format the code.