diff --git a/docs/2023/puzzles/day05.md b/docs/2023/puzzles/day05.md index aa1ae82e0..c851697c7 100644 --- a/docs/2023/puzzles/day05.md +++ b/docs/2023/puzzles/day05.md @@ -8,4 +8,6 @@ https://adventofcode.com/2023/day/5 ## Solutions from the community -Share your solution to the Scala community by editing this page. (You can even write the whole article!) \ No newline at end of file +- [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2023/day5/Day5.scala) by [Philippus Baalman](https://github.com/philippus) + +Share your solution to the Scala community by editing this page. (You can even write the whole article!)