diff --git a/docs/2023/puzzles/day03.md b/docs/2023/puzzles/day03.md index 7c3d27843..56f54d72d 100644 --- a/docs/2023/puzzles/day03.md +++ b/docs/2023/puzzles/day03.md @@ -222,5 +222,6 @@ def parseRow(row: String): (IArray[Number], IArray[Symbol]) = - [Solution](https://github.com/bishabosha/advent-of-code-2023/blob/main/2023-day03.scala) by [Jamie Thompson](https://github.com/bishabosha) - [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) Share your solution to the Scala community by editing this page. (You can even write the whole article!)