My solutions for Advent of Code 2023. Written in Rust 🦀.
- Clone the repository.
- Make sure you have a nightly version of Rust around August 2024.
cargo run --releasefor all days,cargo run --release -- NNfor 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/NN.txtfile with your desired input.
- Auto-download: Delete the
- Benchmarks? 🚤
cargo bench --features "criterion"- optionally add
-- dayNNat the end, to run a specific day!