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)
- Add mix command to download inputs
- Add error handling (module missing, input missing)
- Maybe tests?