From 65de688c2d2268b7083df0f36cd356cf69a28b0b Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Sun, 3 Dec 2023 11:51:34 -0800 Subject: [PATCH] add my day 3 solution --- 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..f7571bd07 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/SethTisue/adventofcode/blob/main/2023/src/test/scala/Day03.scala) by [Seth Tisue](https://github.com/SethTisue) Share your solution to the Scala community by editing this page. (You can even write the whole article!)