From 85efd33d16794a7b2405b7ec712743cb26f0d534 Mon Sep 17 00:00:00 2001 From: William Billingsley Date: Mon, 4 Dec 2023 09:07:24 +1100 Subject: [PATCH] Added day 3 solution by Will --- docs/2023/puzzles/day03.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/2023/puzzles/day03.md b/docs/2023/puzzles/day03.md index 9b645db20..783c402b4 100644 --- a/docs/2023/puzzles/day03.md +++ b/docs/2023/puzzles/day03.md @@ -219,5 +219,6 @@ def parseRow(row: String): (IArray[Number], IArray[Symbol]) = - [Solution](https://github.com/iusildra/advent-of-code-2023-scala/blob/main/03.worksheet.sc) by [Lucas Nouguier](https://github.com/iusildra) - [Solution](https://github.com/nryabykh/aoc2023/blob/master/src/main/scala/Day03.scala) by [Nikolai Riabykh](https://github.com/nryabykh/) - [Solution](https://github.com/bxiang/advent-of-code-2023/blob/main/src/main/scala/com/aoc/Solution3.scala) by [Brian Xiang](https://github.com/bxiang) +- [Solution](https://github.com/wbillingsley/advent-of-code-2023-scala/blob/star6/solver.scala) by [Will Billingsley](https://github.com/wbillingsley) Share your solution to the Scala community by editing this page. (You can even write the whole article!)