From 2073f7a80d83a1d26b7d28384ae9edb01595dfa3 Mon Sep 17 00:00:00 2001 From: Joshua Portway Date: Thu, 19 Dec 2024 04:26:00 +0000 Subject: [PATCH] Update day12.md --- docs/2024/puzzles/day12.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/2024/puzzles/day12.md b/docs/2024/puzzles/day12.md index e98abd0e6..254135c70 100644 --- a/docs/2024/puzzles/day12.md +++ b/docs/2024/puzzles/day12.md @@ -379,6 +379,7 @@ def part2(input: String): Int = { - [Solution](https://github.com/jnclt/adventofcode2024/blob/main/day12/garden-groups.sc) by [jnclt](https://github.com/jnclt) - [Solution](https://github.com/scarf005/aoc-scala/blob/main/2024/day12.scala) by [scarf](https://github.com/scarf005) - [Solution](https://github.com/AlexMckey/AoC2024_Scala/blob/master/src/year2024/day12.scala) by [Alex Mc'key](https://github.com/AlexMckey) +- [Solution](https://github.com/jportway/advent2024/blob/master/src/main/scala/Day12.scala) by [Joshua Portway](https://github.com/jportway) 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)