Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kcaffrey committed Dec 1, 2023
1 parent b574b23 commit 960c97c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/readme-stars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
# - cron: "51 */6 * * *" # Every 6 hours
push:
branches:
- "master"
- "main"
workflow_dispatch:

jobs:
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
<img src="./.assets/christmas_ferris.png" width="164">

# 🎄 Advent of Code {year}
# 🎄 Advent of Code 2023

Solutions for [Advent of Code](https://adventofcode.com/) in [Rust](https://www.rust-lang.org/).

<!--- advent_readme_stars table --->

<!--- benchmarking table --->
## Benchmarks

| Day | Part 1 | Part 2 |
| :---: | :---: | :---: |
| [Day 1](./src/bin/01.rs) | `39.5µs` | `1.1ms` |

**Total: 1.14ms**
<!--- benchmarking table --->

---
Expand Down

0 comments on commit 960c97c

Please sign in to comment.