Files
aoc2024.rs/README.md
2024-12-02 10:23:52 +01:00

27 lines
599 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 |
| :---: | :---: | :---: |
<!--- advent_readme_stars table --->
<!--- benchmarking table --->
## Benchmarks
| Day | Part 1 | Part 2 |
| :---: | :---: | :---: |
| [Day 1](./src/bin/01.rs) | `72.0µs` | `76.8µs` |
**Total: 0.15ms**
<!--- benchmarking table --->
---
Template credits: https://github.com/fspoettel/advent-of-code-rust