/advent-of-code-2021

Advent of Code, 2021

Primary LanguageElixir

Aoc21

Solutions can be run as mix tasks:

e.g.

$ mix aoc21.one

To complete Day 1.

Usually if there's a part 1 and part 2, and part 2 builds atop part 1, the task will only run the part two solution.