Skip to content

Commit

Permalink
Merge pull request #835 from rolandtritsch/patch-12
Browse files Browse the repository at this point in the history
Update path to solution
  • Loading branch information
adpi2 authored Dec 30, 2024
2 parents b195efb + ee7ee74 commit e91b107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/2024/puzzles/day11.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ extension (stones: Map[Long, Long])
- [Solution](https://github.com/rmarbeck/advent2024/blob/main/day11/src/main/scala/Solution.scala) by [Raphaël Marbeck](https://github.com/rmarbeck)
- [Solution](https://github.com/scarf005/aoc-scala/blob/main/2024/day11.scala) by [scarf](https://github.com/scarf005)
- [Solution](https://github.com/nichobi/advent-of-code-2024/blob/main/11/solution.scala) by [nichobi](https://github.com/nichobi)
- [Solution](https://github.com/rolandtritsch/scala3-aoc-2024/blob/trunk/src/aoc2024/Day11.scala) by [Roland Tritsch](https://github.com/rolandtritsch)
- [Solution](https://github.com/rolandtritsch/scala3-aoc-2024/blob/trunk/main/src/aoc2024/Day11.scala) by [Roland Tritsch](https://github.com/rolandtritsch)
- [Solution](https://github.com/jnclt/adventofcode2024/blob/main/day11/plutonian-pebbles.sc) by [jnclt](https://github.com/jnclt)
- [Solution](https://github.com/makingthematrix/AdventOfCode2024/blob/main/src/main/scala/io/github/makingthematrix/AdventofCode2024/DayEleven.scala) by [Maciej Gorywoda](https://github.com/makingthematrix)
- [Solution](https://github.com/aamiguet/advent-2024/blob/main/src/main/scala/ch/aamiguet/advent2024/Day11.scala) by [Antoine Amiguet](https://github.com/aamiguet)
Expand Down

0 comments on commit e91b107

Please sign in to comment.