From 9776c9d530bc6a69894aa5b8e15184606a97cbb4 Mon Sep 17 00:00:00 2001 From: Nikolai Riabykh <71635403+nryabykh@users.noreply.github.com> Date: Sun, 3 Dec 2023 22:41:00 +0300 Subject: [PATCH] Add solution from nryabykh (#324) Co-authored-by: Jamie Thompson --- 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 8482bb0e8..9b645db20 100644 --- a/docs/2023/puzzles/day03.md +++ b/docs/2023/puzzles/day03.md @@ -217,6 +217,7 @@ def parseRow(row: String): (IArray[Number], IArray[Symbol]) = - [Solution](https://github.com/kbielefe/advent-of-code/blob/master/2023/src/main/scala/3.scala) by [Karl Bielefeldt](https://github.com/kbielefe) - [Solution](https://github.com/mpilquist/aoc/blob/main/2023/day3.sc) by [Michael Pilquist](https://github.com/mpilquist) - [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) Share your solution to the Scala community by editing this page. (You can even write the whole article!)