My attempt at completing the 2021 Advent of Code in Rust.
cargo run --bin day1 # Run the solution for a given day (here, day 1)
cargo test --bin day1 # Run tests for a given day (here, day 1)
cargo test # Run all tests
My attempt at completing the 2021 Advent of Code in Rust - https://adventofcode.com/2021
RustMIT
My attempt at completing the 2021 Advent of Code in Rust.
cargo run --bin day1 # Run the solution for a given day (here, day 1)
cargo test --bin day1 # Run tests for a given day (here, day 1)
cargo test # Run all tests