diff --git a/docs/2024/puzzles/day17.md b/docs/2024/puzzles/day17.md index b59bf6775..c1ab4f7c4 100644 --- a/docs/2024/puzzles/day17.md +++ b/docs/2024/puzzles/day17.md @@ -10,6 +10,7 @@ https://adventofcode.com/2024/day/17 - [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2024/Day17.scala) by [Philippus Baalman](https://github.com/philippus) - [Solution](https://github.com/merlinorg/aoc2024/blob/main/src/main/scala/Day17.scala) by [merlinorg](https://github.com/merlinorg) +- [Solution](https://github.com/AlexMckey/AoC2024_Scala/blob/master/src/year2024/day17.scala) by [Alex Mc'key](https://github.com/AlexMckey) Share your solution to the Scala community by editing this page. You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)