Update README.md

This commit is contained in:
akp 2023-12-03 20:38:02 +00:00
parent 366efe0b0d
commit d96d94106d
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755

View file

@ -10,5 +10,6 @@ Solutions to the [2023 Advent of Code](https://adventofcode.com/2023).
| Day | Status | Solutions | Notes |
|-----|--------|-----------|-------|
| 01 - Trebuchet?! | ★ ★ | Python | I never knew detecting numbers could be so confusingly tricky |
| 01 - Cube Conundrum | ★ ★ | Python | Pleasingly straightforwards, though seems like it would be well suited to Haskell |
| 01 - Trebuchet?! | ★ ★ | Python | I never knew detecting numbers could be so confusingly tricky |
| 01 - Cube Conundrum | ★ ★ | Python | Pleasingly straightforwards, though seems like it would be well suited to Haskell |
| 01 - Gear Ratios | ★ ★ | Python | First coordinate grid of the year! |