diff --git a/docs/2025/puzzles/day02.md b/docs/2025/puzzles/day02.md index c7fe5152b..cc2f52072 100644 --- a/docs/2025/puzzles/day02.md +++ b/docs/2025/puzzles/day02.md @@ -105,6 +105,7 @@ def invalid2(id: Long): Boolean = ## Solutions from the community +- [Solution](https://github.com/YannMoisan/advent-of-code/blob/master/2025/src/main/scala/Day2.scala) by [Yann Moisan](https://github.com/YannMoisan) - [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2025/Day02.scala) by [Philippus Baalman](https://github.com/philippus) - [Solution](https://github.com/stewSquared/advent-of-code/blob/master/src/main/scala/2025/Day02.worksheet.sc) by [Stewart Stewart](https://github.com/stewSquared) - [Live solve recording](https://www.youtube.com/watch?v=oo1J4u2zATY&list=PLnP_dObOt-rWB2QisPZ67anfI7CZx3Vsq&t=3577s) by [Stewart Stewart](https://youtube.com/@stewSquared)