Skip to content

Commit 4a89b79

Browse files
authored
Add day 3 solution (#880)
1 parent f402023 commit 4a89b79

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
@@ -123,6 +123,7 @@ def part2(input: String): Long = process(12)(input)
123123
- [Solution](https://github.com/rmarbeck/advent2025/blob/main/day03/src/main/scala/Solution.scala) by [Raphaël Marbeck](https://github.com/rmarbeck)
124124
- [Solution](https://github.com/johnduffell/aoc-2025/blob/main/src/main/scala/Day3.scala) by [John Duffell](https://github.com/johnduffell)
125125
- [Solution](https://github.com/merlinorg/advent-of-code/blob/main/src/main/scala/year2025/day03.scala) by [merlinorg](https://github.com/merlinorg)
126+
- [Solution](https://github.com/bishabosha/advent-of-code-2025/blob/main/scala/2025_day03.scala) by [Jamie Thompson](https://github.com/bishabosha)
126127
- [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2025/Day03.scala) by [Philippus Baalman](https://github.com/philippus)
127128
- [Solution](https://github.com/YannMoisan/advent-of-code/blob/master/2025/src/main/scala/Day3.scala) by [Yann Moisan](https://github.com/YannMoisan)
128129
- [Solution](https://github.com/aamiguet/advent-2025/blob/main/src/main/scala/ch/aamiguet/advent2025/Day03.scala) by [Antoine Amiguet](https://github.com/aamiguet)

0 commit comments

Comments
 (0)