Skip to content

Commit 2835d66

Browse files
committed
Add 2022 day 25 community solution - Rui Alves
1 parent 3572979 commit 2835d66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/2022/puzzles/day25.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def totalSnafu(input: String): String =
5151
- [Solution](https://github.com/erikvanoosten/advent-of-code/blob/main/src/main/scala/nl/grons/advent/y2022/Day25.scala) by [Erik van Oosten](https://github.com/erikvanoosten)
5252
- [Solution](https://github.com/cosminci/advent-of-code/blob/master/src/main/scala/com/github/cosminci/aoc/_2022/Day25.scala) by Cosmin Ciobanu
5353
- [Solution](https://github.com/AvaPL/Advent-of-Code-2022/tree/main/src/main/scala/day25) by [Paweł Cembaluk](https://github.com/AvaPL)
54+
- [Solution](https://github.com/xRuiAlves/advent-of-code-2022/tree/main/src/main/scala/rui/aoc/year2022/day25) by [Rui Alves](https://github.com/xRuiAlves/)
5455

5556
Share your solution to the Scala community by editing this page.
5657
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)

0 commit comments

Comments
 (0)