🎄 Advent of Code solution in Rust.
cp DayXX-Input.txt inputs/XXXX/dayxx.txt // example: day01.txt
cargo run -- --day xx
cargo test
cargo bench
Day | Puzzle | Part 1 | Part 2 | Solution | Time 1 |
---|---|---|---|---|---|
01 | Historian Hysteria | ⭐️ | ⭐️ | Day 01 | 138.91 µs |
02 | Red-Nosed Reports | ⭐️ | ⭐️ | Day 02 | 673.60 µs |
03 | Mull It Over | ⭐️ | ⭐️ | Day 03 | 379.83 µs |
Footnotes
-
The benchmarks were run on a Macbook Pro M2 with 16 Gb of RAM and macOS 15.3.2. ↩