Advent of Code 2025 in Rust
Hats off to Eric Wastl for an excellent 12 days of puzzles!
$ cargo run --release -- [OPTIONS] --day <DAY>or
$ cargo build --release
$ ./target/release/adventofcode2025 [OPTIONS] --day <DAY>Options:
-d, --day <DAY> Puzzle day to run
-i, --input <PATH> Path to input file
-h, --help Print helpIf no --input flag is passed, the default input file path of ./data/day[#]/input.txt will be used for the given day.
