Files
aoc2024.rs/README.md
2024-12-06 20:55:53 +01:00

32 lines
896 B
Markdown

<img src="./.assets/christmas_ferris.png" width="164">
# 🎄 Advent of Code 2024
Solutions for [Advent of Code](https://adventofcode.com/) in [Rust](https://www.rust-lang.org/).
<!--- advent_readme_stars table --->
## 2024 Results
| Day | Part 1 | Part 2 |
| :---: | :---: | :---: |
| [Day 1](https://adventofcode.com/2024/day/1) | ⭐ | ⭐ |
| [Day 2](https://adventofcode.com/2024/day/2) | ⭐ | ⭐ |
| [Day 3](https://adventofcode.com/2024/day/3) | ⭐ | ⭐ |
| [Day 4](https://adventofcode.com/2024/day/4) | ⭐ | ⭐ |
| [Day 5](https://adventofcode.com/2024/day/5) | ⭐ | ⭐ |
<!--- advent_readme_stars table --->
<!--- benchmarking table --->
## Benchmarks
| Day | Part 1 | Part 2 |
| :---: | :---: | :---: |
| [Day 6](./src/bin/06.rs) | `5.4ms` | `-` |
**Total: 5.40ms**
<!--- benchmarking table --->
---
Template credits: https://github.com/fspoettel/advent-of-code-rust