Skip to content
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

Update path to solution #835

Merged
merged 1 commit into from
Dec 30, 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
Update path to solution
  • Loading branch information
rolandtritsch authored Dec 30, 2024
commit ee7ee74fab556806c4f7373f37a10104c457a67e
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