advent-of-code-2022 Rust commands Creating a new package: cargo new day01a --bin To run you can use: cargo run To format code run: cargo fmt