feat: add day 2

This commit is contained in:
Xavier Morel
2024-12-02 10:23:52 +01:00
parent 2a727bc119
commit c2303dd7d1
3 changed files with 96 additions and 1 deletions

View File

@@ -18,8 +18,9 @@ Solutions for [Advent of Code](https://adventofcode.com/) in [Rust](https://www.
| Day | Part 1 | Part 2 |
| :---: | :---: | :---: |
| [Day 1](./src/bin/01.rs) | `72.0µs` | `76.8µs` |
| [Day 2](./src/bin/02.rs) | `333.6µs` | `642.1µs` |
**Total: 0.15ms**
**Total: 1.12ms**
<!--- benchmarking table --->
---