diff --git a/docs/2024/puzzles/day12.md b/docs/2024/puzzles/day12.md index 5bcc28c6d..a2a04d430 100644 --- a/docs/2024/puzzles/day12.md +++ b/docs/2024/puzzles/day12.md @@ -376,6 +376,7 @@ def part2(input: String): Int = { - [Solution](https://github.com/aamiguet/advent-2024/blob/main/src/main/scala/ch/aamiguet/advent2024/Day12.scala) by [Antoine Amiguet](https://github.com/aamiguet) - [Solution](https://github.com/makingthematrix/AdventOfCode2024/blob/main/src/main/scala/io/github/makingthematrix/AdventofCode2024/DayTwelve.scala) by [Maciej Gorywoda](https://github.com/makingthematrix) - [Solution](https://github.com/spamegg1/aoc/blob/master/2024/12/12.worksheet.sc#L191) by [Spamegg](https://github.com/spamegg1/) +- [Solution](https://github.com/jnclt/adventofcode2024/blob/main/day12/garden-groups.sc) by [jnclt](https://github.com/jnclt) Share your solution to the Scala community by editing this page. You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)