Advent of Code 2025 Running a day's code cd day{{n}} cargo run --release --bin part1 cargo run --release --bin part2 Running with test input cd day{{n}} cargo run --release --bin part1 --features test_input cargo run --release --bin part2 --features test_input