From 2e7aa2379475011b88cd41d4bb6811ec842016ce Mon Sep 17 00:00:00 2001 From: Samuel Chassot <14821693+samuelchassot@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:20:55 +0100 Subject: [PATCH 1/2] Update day10.md --- docs/2024/puzzles/day10.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/2024/puzzles/day10.md b/docs/2024/puzzles/day10.md index bfb572f8f..be6e902a4 100644 --- a/docs/2024/puzzles/day10.md +++ b/docs/2024/puzzles/day10.md @@ -8,7 +8,9 @@ https://adventofcode.com/2024/day/10 ## Solutions from the community - [Solution](https://github.com/nikiforo/aoc24/blob/main/src/main/scala/io/github/nikiforo/aoc24/D10T2.scala) by [Artem Nikiforov](https://github.com/nikiforo) -- [Solution](https://github.com/spamegg1/aoc/blob/master/2024/10/10.worksheet.sc#L166) by [Spamegg](https://github.com/spamegg1) +- - [Solution](https://github.com/samuelchassot/AdventCode_2024/blob/8cc89587c8558c7f55e2e0a3d6868290f0c5a739/10/Day10.scala) by [Samuel Chassot](https://github.com/samuelchassot) + + - 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) From 81fb8657136addd0fed4ee990f4acc825019e339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20K=C4=99pka?= <44374670+gkepka@users.noreply.github.com> Date: Tue, 10 Dec 2024 12:18:07 +0100 Subject: [PATCH 2/2] Update docs/2024/puzzles/day10.md --- docs/2024/puzzles/day10.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/2024/puzzles/day10.md b/docs/2024/puzzles/day10.md index be6e902a4..914f0bc36 100644 --- a/docs/2024/puzzles/day10.md +++ b/docs/2024/puzzles/day10.md @@ -8,9 +8,8 @@ https://adventofcode.com/2024/day/10 ## Solutions from the community - [Solution](https://github.com/nikiforo/aoc24/blob/main/src/main/scala/io/github/nikiforo/aoc24/D10T2.scala) by [Artem Nikiforov](https://github.com/nikiforo) -- - [Solution](https://github.com/samuelchassot/AdventCode_2024/blob/8cc89587c8558c7f55e2e0a3d6868290f0c5a739/10/Day10.scala) by [Samuel Chassot](https://github.com/samuelchassot) - - - +- [Solution](https://github.com/spamegg1/aoc/blob/master/2024/10/10.worksheet.sc#L166) by [Spamegg](https://github.com/spamegg1) +- [Solution](https://github.com/samuelchassot/AdventCode_2024/blob/8cc89587c8558c7f55e2e0a3d6868290f0c5a739/10/Day10.scala) by [Samuel Chassot](https://github.com/samuelchassot) 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)