From 4b1679a5aef8baa10202cd352887c70bd5da0a39 Mon Sep 17 00:00:00 2001 From: scarf Date: Thu, 12 Dec 2024 01:04:50 +0900 Subject: [PATCH] docs: add community day 10, 11 solution (#696) --- docs/2024/puzzles/day10.md | 1 + docs/2024/puzzles/day11.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/2024/puzzles/day10.md b/docs/2024/puzzles/day10.md index 99fd08986..ea7da359d 100644 --- a/docs/2024/puzzles/day10.md +++ b/docs/2024/puzzles/day10.md @@ -155,6 +155,7 @@ throw away duplicate counts. - [Solution](https://github.com/makingthematrix/AdventOfCode2024/blob/main/src/main/scala/io/github/makingthematrix/AdventofCode2024/DayTen.scala) by [Maciej Gorywoda](https://github.com/makingthematrix) - [Solution](https://github.com/jnclt/adventofcode2024/blob/main/day10/hoof-it.sc) by [jnclt](https://github.com/jnclt) - [Solution](https://github.com/aamiguet/advent-2024/blob/main/src/main/scala/ch/aamiguet/advent2024/Day10.scala) by [Antoine Amiguet](https://github.com/aamiguet) +- [Solution](https://github.com/scarf005/aoc-scala/blob/main/2024/day10.scala) by [scarf](https://github.com/scarf005) 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) diff --git a/docs/2024/puzzles/day11.md b/docs/2024/puzzles/day11.md index 9df6817c1..f9ed720aa 100644 --- a/docs/2024/puzzles/day11.md +++ b/docs/2024/puzzles/day11.md @@ -12,6 +12,7 @@ https://adventofcode.com/2024/day/11 - [Solution](https://github.com/bishabosha/advent-of-code-2024/blob/main/2024-day11.scala) by [Jamie Thompson](https://github.com/bishabosha) - [Solution](https://github.com/spamegg1/aoc/blob/master/2024/11/11.worksheet.sc#L80) by [Spamegg](https://github.com/spamegg1) - [Solution](https://github.com/rmarbeck/advent2024/blob/main/day11/src/main/scala/Solution.scala) by [Raphaƫl Marbeck](https://github.com/rmarbeck) +- [Solution](https://github.com/scarf005/aoc-scala/blob/main/2024/day11.scala) by [scarf](https://github.com/scarf005) 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)