Skip to content

Commit

Permalink
docs(2024/14): add community solution (#723)
Browse files Browse the repository at this point in the history
* docs(2024/14): add community solution

* docs(2024/12): add community solution

---------

Co-authored-by: Seth Tisue <[email protected]>
  • Loading branch information
scarf005 and SethTisue authored Dec 14, 2024
1 parent 7f884bc commit 9fe6ffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -377,6 +377,7 @@ def part2(input: String): Int = {
- [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)
- [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)

Share your solution to the Scala community by editing this page.
Expand Down
1 change: 1 addition & 0 deletions docs/2024/puzzles/day14.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ https://adventofcode.com/2024/day/14

## Solutions from the community

- [Solution](https://github.com/scarf005/aoc-scala/blob/main/2024/day14.scala) by [scarf](https://github.com/scarf005)
- [Solution](https://github.com/aamiguet/advent-2024/blob/main/src/main/scala/ch/aamiguet/advent2024/Day14.scala) by [Antoine Amiguet](https://github.com/aamiguet)

Share your solution to the Scala community by editing this page.
Expand Down

0 comments on commit 9fe6ffa

Please sign in to comment.