Skip to content

Update day12.md #760

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/2024/puzzles/day12.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)