Skip to content

Commit cdc80e9

Browse files
Update path to solution
1 parent aac6d54 commit cdc80e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/2024/puzzles/day09.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ def part2(input: String): Long =
319319
- [Solution](https://github.com/jnclt/adventofcode2024/blob/main/day09/disk-fragmenter.sc) by [jnclt](https://github.com/jnclt)
320320
- [Solution](https://github.com/rmarbeck/advent2024/blob/main/day9/src/main/scala/Solution.scala) by [Raphaël Marbeck](https://github.com/rmarbeck)
321321
- [Solution](https://github.com/jportway/advent2024/blob/master/src/main/scala/Day9.scala) by [Joshua Portway](https://github.com/jportway)
322-
- [Solution](https://github.com/rolandtritsch/scala3-aoc-2024/blob/trunk/src/aoc2024/Day09.scala) by [Roland Tritsch](https://github.com/rolandtritsch)
322+
- [Solution](https://github.com/rolandtritsch/scala3-aoc-2024/blob/trunk/main/src/aoc2024/Day09.scala) by [Roland Tritsch](https://github.com/rolandtritsch)
323323
- [Solution](https://github.com/TheDrawingCoder-Gamer/adventofcode2024/blob/e163baeaedcd90732b5e19f578a2faadeb1ef872/src/main/scala/day9.sc) by [Bulby](https://github.com/TheDrawingCoder-Gamer)
324324
- [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2024/Day09.scala) by [Philippus Baalman](https://github.com/philippus)
325325
- [Solution](https://github.com/AvaPL/Advent-of-Code-2024/tree/main/src/main/scala/day9) by [Paweł Cembaluk](https://github.com/AvaPL)

0 commit comments

Comments
 (0)