advent of code 2025 rust challenge, no external deps aside from anyhow (but even that isn't really necessary) cargo run --bin day01 # replace 01 with whatever day you want cargo test --bin day01 add inputs as ./input/input01.txt