Skip to content

Commit

Permalink
Add solution link for day 12 (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnclt authored Dec 13, 2024
1 parent d4dc00d commit 390b434
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/2024/puzzles/day12.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 390b434

Please sign in to comment.