Advent of Code 2021 🎄 Rust solutions for the Advent of Code 2021 Running the tests Running one test: cargo test -p day-1 Running all the tests: cargo test Running the binary A project has to be specified and can be done as follows: cargo run -p day-1