Skip to content

Commit 558d9e6

Browse files
Add Philippus' solution for day 03 (#864)
Co-authored-by: Jamie Thompson <bishbashboshjt@gmail.com>
1 parent 90bc55a commit 558d9e6

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/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2025/Day03.scala) by [Philippus Baalman](https://github.com/philippus)
124125
- [Solution](https://github.com/YannMoisan/advent-of-code/blob/master/2025/src/main/scala/Day3.scala) by [Yann Moisan](https://github.com/YannMoisan)
125126
- [Solution](https://github.com/aamiguet/advent-2025/blob/main/src/main/scala/ch/aamiguet/advent2025/Day03.scala) by [Antoine Amiguet](https://github.com/aamiguet)
126127

0 commit comments

Comments
 (0)