shawa / advent-of-code-2021

Advent of Code, 2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Advent of Code, 2021


Languages

Language:Elixir 100.0%