Solutions for the Advent of Code on my journey of learning the Rust programming language.
To run a day in a specific year execute cargo run -p <crate_name> -- <day>
where <crate_name>
is the name of a specific years' crate as specified in the root-Cargo.toml
.
A puzzle's input is downloaded the first time a day is executed and then cached after the initial download (util/dlin/download_if_needed()
).
In case the input is corrupted, delete the file manually and run the code again, to download a fresh copy of the input.
User-Agent
header:
https://github.com/H-Rusch/AdventOfCode-Rust contact @ https://github.com/H-Rusch/AdventOfCode-Rust/issues/new