Skip to content

Commit 74bb48d

Browse files
authored
Add community solution link for Day 2 puzzle (#860)
1 parent d92086f commit 74bb48d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/2025/puzzles/day02.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def invalid2(id: Long): Boolean =
104104
```
105105

106106
## Solutions from the community
107+
- [Solution](https://github.com/rmarbeck/advent2025/blob/main/day02/src/main/scala/Solution.scala) by [Raphaël Marbeck](https://github.com/rmarbeck)
107108

108109
- [Solution](https://github.com/YannMoisan/advent-of-code/blob/master/2025/src/main/scala/Day2.scala) by [Yann Moisan](https://github.com/YannMoisan)
109110
- [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2025/Day02.scala) by [Philippus Baalman](https://github.com/philippus)

0 commit comments

Comments
 (0)