My solutions for Advent of Code 2021. Written in Rust 🦀.
- Clone the repository.
- Make sure you have a nightly version of Rust (around December 2021).
cargo run --releasefor all days,cargo run --release -- XXfor a specific day.- Want your own inputs?
- Auto-download: Delete the
inputsdirectory, then create asession_key.txtfile containing your AoC website's session cookie value. - Manually: Replace the contents of a
inputs/XX.txtfile with your desired input. (Ensure that it has\nline endings.)
- Auto-download: Delete the