Implementations for solutions to the 2021 Advent of Code puzzles. All puzzles from day 2, puzzle 2 onward are covered by at least one test to ensure the output matches the example given by Advent of Code.
To run all puzzles, run cargo run
from any terminal with Cargo and rustc installed.