You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/2024/puzzles/day12.md
+1
Original file line number
Diff line number
Diff line change
@@ -381,6 +381,7 @@ def part2(input: String): Int = {
381
381
-[Solution](https://github.com/AlexMckey/AoC2024_Scala/blob/master/src/year2024/day12.scala) by [Alex Mc'key](https://github.com/AlexMckey)
382
382
-[Solution](https://github.com/jportway/advent2024/blob/master/src/main/scala/Day12.scala) by [Joshua Portway](https://github.com/jportway)
383
383
-[Solution](https://github.com/AvaPL/Advent-of-Code-2024/tree/main/src/main/scala/day12) by [Paweł Cembaluk](https://github.com/AvaPL)
384
+
-[Solution](https://github.com/rolandtritsch/scala3-aoc-2024/blob/trunk/main/src/aoc2024/Day12.scala) by [Roland Tritsch](https://github.com/rolandtritsch)
384
385
385
386
Share your solution to the Scala community by editing this page.
386
387
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
0 commit comments