/advent2022

AOC 2022

Primary LanguageElixir

Advent

Instructions to run

Download inputs

mix advent.download # To implement

Run a shell:

iex -S mix

Run a specific day:

iex(1)> Advent.run(1)

Run every day

iex(2) Advent.run(:all)

TODO

  • Add mix command to download inputs
  • Add error handling (module missing, input missing)
  • Maybe tests?