Advent of Code solutions in Elixir
Run solutions with mix aoc.solve <year> <day> <part> <input-root>
.
The part
argument should be silver
, gold
, or both
, or just the first letter of the respective word.
Input directories should have subfolders for years, containing files for each day named like day1.txt
, day2.txt
, etc.