🎄
Advent of Code 2021
🎄
I decided to stick with Rust this year and try to improve a bit on it, I basically haven't used it since last year's AoC, so you could say I'm a bit RUSTy with it
I'm not going to shoot for the leaderboard, the goal is getting all the 50
Not only that, but I'll try my best to get every
❄️
How to use
❄️
cargo run -p day*
- Runs a specific day
cargo test -p day*
- Tests a specific day
cargo test
- Tests all
🥛
Results
🍪
Day | Part 1 Time | Part 1 Rank | Part 1 Runtime1 | Part 2 Time | Part 2 Rank | Part 2 Runtime1 |
---|---|---|---|---|---|---|
1 | 00:13:19 | 5740 | 19.5µs | 00:21:33 | 5187 | 20.7µs |
2 | 02:31:32 | 25070 | 88.2µs | 02:35:27 | 23492 | 76.4µs |