Code written in Elixir and compiled using mix
.
Requires Erlang and Elixir to be installed.
On the command line run:
cd advent_of_code_24
mix compile
iex.bat -S mix
Then in the integrated Elixir terminal run each days module:
iex> Day1.run()
{:ok, "the answer"}