From 738fda63fd919809606571134f6c664f66120502 Mon Sep 17 00:00:00 2001 From: Rui Alves Date: Fri, 8 Dec 2023 09:37:43 +0000 Subject: [PATCH] Add day 8 community solution - Rui Alves (#413) Co-authored-by: Jamie Thompson --- docs/2023/puzzles/day08.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/2023/puzzles/day08.md b/docs/2023/puzzles/day08.md index 24f28f451..c52d6715b 100644 --- a/docs/2023/puzzles/day08.md +++ b/docs/2023/puzzles/day08.md @@ -8,8 +8,11 @@ https://adventofcode.com/2023/day/8 ## Solutions from the community +Share your solution to the Scala community by editing this page. (You can even write the whole article!) + - [Solution](https://github.com/lenguyenthanh/aoc-2023/blob/main/Day08.scala) by [Thanh Le](https://github.com/lenguyenthanh) - [Solution](https://github.com/GrigoriiBerezin/advent_code_2023/tree/master/task08/src/main/scala) by [g.berezin](https://github.com/GrigoriiBerezin) +- [Solution](https://github.com/xRuiAlves/advent-of-code-2023/blob/main/Day8.scala) by [Rui Alves](https://github.com/xRuiAlves/) - [Solution](https://github.com/bishabosha/advent-of-code-2023/blob/main/2023-day08.scala) by [Jamie Thompson](https://github.com/bishabosha) Share your solution to the Scala community by editing this page. (You can even write the whole article!)