/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 also creates a livebook in the year directory.