Solutions for Advent of Code 2021 (https://adventofcode.com/2021)
To run a solution, put the input in a file in the root directory of the repository and name it after the day, e.g. day1.input
, and run
cargo run --release --bin day1
Tests:
cargo test --bin day1