advent-of-code-2022 Run a day and part with the following: cargo run -- --day 1 --part a Note: you'll need to place your puzzle input in inputs using the following pattern day_#.txt Run tests with: cargo test