Advent Of Code 2018 - Elixir Edition
Installation
Run mix deps.get
to fetch dependencies.
Run mix compile
to compile the application.
Testing
Run mix test
to run tests.
Solving Puzzles
Run iex -S mix
to run an IEx session.
Run Solver.solve(day, part)
, where day
is the day of the puzzle (1
- 25
)
and part
is the part of the puzzle (1
or 2
).