/aoc

Primary LanguageElixir

AOC

My implementation of the 2021 Advent of Code

Compile & Run

All days are implemented with a wrapping function in the format of day<day num>_<part 1/2>

?> mix compile
?> mix run -e "AOC.day1_1()"