Skip to content

Commit 90bc55a

Browse files
Update day03.md (#868)
Co-authored-by: Jamie Thompson <bishbashboshjt@gmail.com>
1 parent 2ab1637 commit 90bc55a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/2025/puzzles/day03.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def part2(input: String): Long = process(12)(input)
121121

122122
## Solutions from the community
123123

124+
- [Solution](https://github.com/YannMoisan/advent-of-code/blob/master/2025/src/main/scala/Day3.scala) by [Yann Moisan](https://github.com/YannMoisan)
124125
- [Solution](https://github.com/aamiguet/advent-2025/blob/main/src/main/scala/ch/aamiguet/advent2025/Day03.scala) by [Antoine Amiguet](https://github.com/aamiguet)
125126

126127
Share your solution to the Scala community by editing this page.

0 commit comments

Comments
 (0)