docs: format table

This commit is contained in:
Stevan Freeborn
2024-12-05 23:49:02 -06:00
parent e359a73266
commit e4a89a4f73
+1 -1
View File
@@ -43,7 +43,7 @@ dotnet build
## Challenges
| Day | Problem | Solution | Notes |
|-----|----------------------------|------------------------------------|----------------------------------------------------------------------------------------------|
|-----|----------------------------|-------------------------------------|----------------------------------------------------------------------------------------------|
| 01 | [Problem](./01/PROBLEM.md) | [Solution](./01/HistorianHysteria/) | A great way to start! |
| 02 | [Problem](./02/PROBLEM.md) | [Solution](./02/RedNosedReports/) | Damn their was an edge case that really bit me...direction change after first pair of levels |
| 03 | [Problem](./03/PROBLEM.md) | [Solution](./03/MullItOver/) | Thank goodness this wasn't a repeat of day 2. |