diff --git a/.github/workflows/readme-stars.yml b/.github/workflows/readme-stars.yml index 92b07ec..e381361 100644 --- a/.github/workflows/readme-stars.yml +++ b/.github/workflows/readme-stars.yml @@ -6,7 +6,7 @@ on: # - cron: "51 */6 * * *" # Every 6 hours push: branches: - - "master" + - "main" workflow_dispatch: jobs: diff --git a/README.md b/README.md index 85aba56..9f6e568 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,19 @@ -# ๐ŸŽ„ Advent of Code {year} +# ๐ŸŽ„ Advent of Code 2023 Solutions for [Advent of Code](https://adventofcode.com/) in [Rust](https://www.rust-lang.org/). + +## Benchmarks + +| Day | Part 1 | Part 2 | +| :---: | :---: | :---: | +| [Day 1](./src/bin/01.rs) | `39.5ยตs` | `1.1ms` | + +**Total: 1.14ms** ---