From 7b05fe3fa94488bed4666a2d161cbaf5dfd726c5 Mon Sep 17 00:00:00 2001 From: jnclt <2974035+jnclt@users.noreply.github.com> Date: Tue, 10 Dec 2024 19:35:52 +0100 Subject: [PATCH] Add solution link for day 10 --- docs/2024/puzzles/day10.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/2024/puzzles/day10.md b/docs/2024/puzzles/day10.md index a5ea0377b..7ad3aff26 100644 --- a/docs/2024/puzzles/day10.md +++ b/docs/2024/puzzles/day10.md @@ -13,6 +13,7 @@ https://adventofcode.com/2024/day/10 - [Solution](https://github.com/rmarbeck/advent2024/blob/main/day10/src/main/scala/Solution.scala) by [Raphaƫl Marbeck](https://github.com/rmarbeck) - [Solution](https://github.com/nichobi/advent-of-code-2024/blob/main/10/solution.scala) by [nichobi](https://github.com/nichobi) - [Solution](https://github.com/rolandtritsch/scala3-aoc-2024/blob/trunk/src/aoc2024/Day10.scala) by [Roland Tritsch](https://github.com/rolandtritsch) +- [Solution](https://github.com/jnclt/adventofcode2024/blob/main/day10/hoof-it.sc) by [jnclt](https://github.com/jnclt) 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)