Skip to content

Commit e35934a

Browse files
authored
Add nichobi's solution for day 9 (#920)
* Add nichobi's solution for day 9 * Fix nichobi's solution link for day 08
1 parent 1f28e4d commit e35934a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/2025/puzzles/day08.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ https://adventofcode.com/2025/day/8
1313
- [Solution](https://github.com/henryk-cesnolovic/advent-of-code-2025/blob/main/d8/solution.scala) by [Henryk Česnolovič](https://github.com/henryk-cesnolovic)
1414
- [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2025/Day08.scala) by [Philippus Baalman](https://github.com/philippus)
1515
- [Solution](https://github.com/aamiguet/advent-2025/blob/main/src/main/scala/ch/aamiguet/advent2025/Day08.scala) by [Antoine Amiguet](https://github.com/aamiguet)
16-
- [Solution](https://codeberg.org/nichobi/adventofcode/src/branch/main/2025/07/solution.scala) by [nichobi](https://nichobi.com)
16+
- [Solution](https://codeberg.org/nichobi/adventofcode/src/branch/main/2025/08/solution.scala) by [nichobi](https://nichobi.com)
1717

1818
Share your solution to the Scala community by editing this page.
1919
You can even write the whole article! [Go here to volunteer](https://github.com/scalacenter/scala-advent-of-code/discussions/842)

docs/2025/puzzles/day09.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import Solver from "../../../../../website/src/components/Solver.js"
77
https://adventofcode.com/2025/day/9
88

99
## Solutions from the community
10+
- [Solution](https://codeberg.org/nichobi/adventofcode/src/branch/main/2025/09/solution.scala) by [nichobi](https://nichobi.com)
1011

1112
Share your solution to the Scala community by editing this page.
1213
You can even write the whole article! [Go here to volunteer](https://github.com/scalacenter/scala-advent-of-code/discussions/842)

0 commit comments

Comments
 (0)