From 4aaa712f65f83f9797ca584586ce100c0fb86a61 Mon Sep 17 00:00:00 2001 From: Antoine Amiguet Date: Fri, 20 Dec 2024 01:06:13 +0100 Subject: [PATCH] Update day19.md --- docs/2024/puzzles/day19.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/2024/puzzles/day19.md b/docs/2024/puzzles/day19.md index c5851abbf..1236a1470 100644 --- a/docs/2024/puzzles/day19.md +++ b/docs/2024/puzzles/day19.md @@ -12,6 +12,7 @@ https://adventofcode.com/2024/day/19 - [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2024/Day19.scala) by [Philippus Baalman](https://github.com/philippus) - [Solution](https://github.com/rmarbeck/advent2024/blob/main/day19/src/main/scala/Solution.scala) by [Raphaƫl Marbeck](https://github.com/rmarbeck) - [Solution](https://github.com/scarf005/aoc-scala/blob/main/2024/day19.scala) by [scarf](https://github.com/scarf005) +- [Solution](https://github.com/aamiguet/advent-2024/blob/main/src/main/scala/ch/aamiguet/advent2024/Day19.scala) by [Antoine Amiguet](https://github.com/aamiguet) 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)