See https://adventofcode.com/2021 to access the contest
All these commands should be run from the root folder and should assume the Rust toolchain presence on the computer.
To create a new package:
cargo new day_x
day_x
should be added to the members
list of the root Cargo.toml
file.
cargo run -p day_x
Run cargo clippy --fix --allow-dirty
to fix clippy issues in the code.