Advent of Code 2021 An attempt at learning Rust by solving Advent of Code 2021. Running the code Each day can be run by using: cargo run --bin dayX where X is the day you want to run Testing the code Tests for each day can be run by using: cargo test --bin dayX