You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/2024/puzzles/day02.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ def part2(input: String): Int = parse(input).count(_.isDampenedSafe)
103
103
-[Solution](https://github.com/scarf005/aoc-scala/blob/main/2024/day02.scala) by [scarf](https://github.com/scarf005)
104
104
-[Solution](https://github.com/nichobi/advent-of-code-2024/blob/main/02/solution.scala) by [nichobi](https://github.com/nichobi)
105
105
-[Solution](https://github.com/guycastle/advent_of_code/blob/main/src/main/scala/aoc2024/day02/DayTwo.scala) by [Guillaume Vandecasteele](https://github.com/guycastle)
106
-
-[Solution](https://github.com/rolandtritsch/scala3-aoc-2024/blob/trunk/src/aoc2024/Day02.scala) by [Roland Tritsch](https://github.com/rolandtritsch)
106
+
-[Solution](https://github.com/rolandtritsch/scala3-aoc-2024/blob/trunk/main/src/aoc2024/Day02.scala) by [Roland Tritsch](https://github.com/rolandtritsch)
107
107
-[Solution](https://github.com/profunctor-optics/advent-2024/blob/main/src/main/scala/advent2024/Day02.scala) by [Georgi Krastev](https://github.com/joroKr21)
108
108
-[Solution](https://github.com/jportway/advent2024/blob/master/src/main/scala/Day2.scala) by [Joshua Portway](https://github.com/jportway)
109
109
-[Solution](https://github.com/TheDrawingCoder-Gamer/adventofcode2024/blob/e163baeaedcd90732b5e19f578a2faadeb1ef872/src/main/scala/day2.sc) by [Bulby](https://github.com/TheDrawingCoder-Gamer)
0 commit comments