Skip to content

Commit

Permalink
aoc2023/day1: Add solution
Browse files Browse the repository at this point in the history
Signed-off-by: Andrej Orsula <orsula.andrej@gmail.com>
  • Loading branch information
AndrejOrsula committed Dec 1, 2023
1 parent d9d64b2 commit 0b7a9cd
Show file tree
Hide file tree
Showing 5 changed files with 1,187 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,21 @@ My solutions to [Advent of Code](https://adventofcode.com) puzzles.
<tr><th>Answer</th><th>Generator Perf.</th><th>Runner Perf.</th></tr>
<tr><td>

| Day | Part 1 | Part 2 |
| :---: | :----: | :----: |
| Day | Part 1 | Part 2 |
| :---------------------------------------------------: | :----: | :----: |
| [1: Trebuchet?!](https://adventofcode.com/2023/day/1) | 56108 | 55652 |

</td><td>

| Part 1 | Part 2 |
| :----: | :----: |
| 4.21µs | 404ns |

</td><td>

| Part 1 | Part 2 |
| :----: | :----: |
| 49.9µs | 887µs |

</td></tr>
</table>
Expand Down
2 changes: 2 additions & 0 deletions aoc2023/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ aoc-runner = { workspace = true }
aoc-runner-derive = { workspace = true }
indoc = { workspace = true }

strum = { version = "0.25", features = ["derive"] }

[lib]
bench = false
Loading

0 comments on commit 0b7a9cd

Please sign in to comment.