/aoc.ex

Primary LanguageElixir

Aoc

Advent of Code in hopefully idiomatic (even if not fast) Elixir.

Run mix get [year] [day] to get the input for a day saved in input/[year]/[day].txt.

The mix tasks should create also a module and the corresponding tests in the year test file.