docs: update README.md

This commit is contained in:
Stevan Freeborn
2023-12-02 09:32:24 -06:00
parent 3d820e4652
commit 8cc9c4b322
+2 -2
View File
@@ -5,9 +5,9 @@ This repository contains my solutions for the [Advent of Code 2023](https://adve
## Challenges
| Day | Problem | Solution | Status | Notes |
| --- | -------------------------- | :-----------------------------------: | :----------------------: | ------------------------------------------------------------------- |
| --- | -------------------------- | :---------------------------------------: | :----------------------: | ------------------------------------------------------------------- |
| 01 | [Problem](./01/PROBLEM.md) | [Solution](./01/Trebuchet/Program.cs) | :white_check_mark: | The trickiest part here was accounting for overlapping digit words. |
| 02 | [Problem](./02/PROBLEM.md) | [Solution](./02/) | :hourglass_flowing_sand: |
| 02 | [Problem](./02/PROBLEM.md) | [Solution](./02/CubeConundrum/Program.cs) | :hourglass_flowing_sand: |
| 03 | [Problem](./03/PROBLEM.md) | [Solution](./03/) | :hourglass_flowing_sand: |
| 04 | [Problem](./04/PROBLEM.md) | [Solution](./04/) | :hourglass_flowing_sand: |
| 05 | [Problem](./05/PROBLEM.md) | [Solution](./05/) | :hourglass_flowing_sand: |