Skip to content

Commit 9a8aff8

Browse files
authored
Add new community solution link for day02 (#869)
1 parent 74bb48d commit 9a8aff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/2025/puzzles/day02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def invalid2(id: Long): Boolean =
105105

106106
## Solutions from the community
107107
- [Solution](https://github.com/rmarbeck/advent2025/blob/main/day02/src/main/scala/Solution.scala) by [Raphaël Marbeck](https://github.com/rmarbeck)
108-
108+
- [Solution](https://github.com/bishabosha/advent-of-code-2025/blob/main/scala/2025_day02.scala) by [Jamie Thompson](https://github.com/bishabosha)
109109
- [Solution](https://github.com/YannMoisan/advent-of-code/blob/master/2025/src/main/scala/Day2.scala) by [Yann Moisan](https://github.com/YannMoisan)
110110
- [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2025/Day02.scala) by [Philippus Baalman](https://github.com/philippus)
111111
- [Solution](https://github.com/stewSquared/advent-of-code/blob/master/src/main/scala/2025/Day02.worksheet.sc) by [Stewart Stewart](https://github.com/stewSquared)

0 commit comments

Comments
 (0)