diff --git a/docs/2023/puzzles/day03.md b/docs/2023/puzzles/day03.md index 4b7aa461d..3e177350b 100644 --- a/docs/2023/puzzles/day03.md +++ b/docs/2023/puzzles/day03.md @@ -219,6 +219,7 @@ 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) - [Solution](https://github.com/SethTisue/adventofcode/blob/main/2023/src/test/scala/Day03.scala) by [Seth Tisue](https://github.com/SethTisue) - [Solution](https://github.com/lenguyenthanh/aoc-2023/blob/main/Day03.scala) by [Thanh Le](https://github.com/lenguyenthanh)