How to use:
- Copy your input files into the
files
folder, using the day as the name (e.g.:files/1
would be the location of your Day 1 input) - Run
iex -S mix
in the root folder. - To run the solutions for a given day, use the following syntax:
Aoc.Day.solve(X)
whereX
is the number of the day you'd like to solve.
You can also solve all of the days by running Aoc.Day.solve()
without any arguments.