Advent of Code 2022 in Rust My solutions for the Advent of Code 2022 (adventofcode.com) Structure Each day gets a separate file in src/bin/dayxx.rs Command Run tests cargo test --bin dayxx Build: cargo build --release --bin dayxx Run: cargo run --release --bin dayxx