aoc-2022 Advent of Code 2022 The problem demo inputs are written as tests, to validate the solution output. Run tests with cargo test Run a specific day's solution with cargo run --bin [day] (e.g., cargo run --bin day1)