From b10cae0c86d9ec6a90f46de4066578fd3e101bd7 Mon Sep 17 00:00:00 2001 From: merlin Date: Mon, 16 Dec 2024 01:49:11 -0500 Subject: [PATCH] day 16 solution --- docs/2024/puzzles/day16.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/2024/puzzles/day16.md b/docs/2024/puzzles/day16.md index 3954040a5..9dfe708f8 100644 --- a/docs/2024/puzzles/day16.md +++ b/docs/2024/puzzles/day16.md @@ -8,5 +8,7 @@ https://adventofcode.com/2024/day/16 ## Solutions from the community +- [Solution](https://github.com/merlinorg/aoc2024/blob/main/src/main/scala/Day16.scala) by [merlinorg](https://github.com/merlinorg) + 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)