From e2ea82822220d6bcf0bea6a8872a2a75780d8407 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Tue, 3 Dec 2024 03:41:20 -0600 Subject: [PATCH] docs: update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c066e94..fc73a47 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ dotnet build ## Challenges -| Day | Problem | Solution | Notes | -|-----|----------------------------|:----------------------------------:|-----------------------| -| 01 | [Problem](./01/PROBLEM.md) | [Solution](./01/HistorianHysteria/) | A great way to start! | +| 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 |