From 09eb00f6bb4a46689c2553a2918e5b18804f29d2 Mon Sep 17 00:00:00 2001 From: Maciej Gorywoda Date: Sun, 8 Dec 2024 14:10:53 +0100 Subject: [PATCH] Update day08.md - a solution by makingthematrix --- docs/2024/puzzles/day08.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/2024/puzzles/day08.md b/docs/2024/puzzles/day08.md index fd5e42615..5629a3681 100644 --- a/docs/2024/puzzles/day08.md +++ b/docs/2024/puzzles/day08.md @@ -13,6 +13,7 @@ https://adventofcode.com/2024/day/8 - [Solution](https://github.com/profunctor-optics/advent-2024/blob/main/src/main/scala/advent2024/Day08.scala) by [Georgi Krastev](https://github.com/joroKr21) - [Solution](https://github.com/scarf005/aoc-scala/blob/main/2024/day08.scala) by [scarf](https://github.com/scarf005) - [Solution](https://github.com/aamiguet/advent-2024/blob/main/src/main/scala/ch/aamiguet/advent2024/Day8.scala) by [Antoine Amiguet](https://github.com/aamiguet) +- [Solution](https://github.com/makingthematrix/AdventOfCode2024/blob/main/src/main/scala/io/github/makingthematrix/AdventofCode2024/DayEight.scala) by [Maciej Gorywoda](https://github.com/makingthematrix) 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)