Skip to content

Commit 8b2f600

Browse files
Add Philippus' solution for day 02 (#858)
Co-authored-by: Jamie Thompson <bishbashboshjt@gmail.com>
1 parent e27804a commit 8b2f600

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/2025/puzzles/day02.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,9 @@ def invalid2(id: Long): Boolean =
105105

106106
## Solutions from the community
107107

108+
- [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2025/Day02.scala) by [Philippus Baalman](https://github.com/philippus)
108109
- [Solution](https://github.com/stewSquared/advent-of-code/blob/master/src/main/scala/2025/Day02.worksheet.sc) by [Stewart Stewart](https://github.com/stewSquared)
109110
- [Live solve recording](https://www.youtube.com/watch?v=oo1J4u2zATY&list=PLnP_dObOt-rWB2QisPZ67anfI7CZx3Vsq&t=3577s) by [Stewart Stewart](https://youtube.com/@stewSquared)
111+
112+
Share your solution to the Scala community by editing this page.
113+
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)