Skip to content

Commit 27f131a

Browse files
authored
Merge pull request #525 from xRuiAlves/2021
Add 2021 community solutions - Rui Alves
2 parents 40d8189 + ddfd169 commit 27f131a

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

docs/puzzles/day1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,6 @@ So the second part of the puzzle is almost the same as the first part of the puz
149149
- [Solution](https://github.com/FlorianCassayre/AdventOfCode-2021/blob/master/src/main/scala/adventofcode/solutions/Day01.scala) of [@FlorianCassayre](https://github.com/FlorianCassayre).
150150
- [Solution](https://github.com/justinhj/adventofcode2021-day1) with [video tutorial](https://www.youtube.com/watch?v=ziWwsXD9w7M) by [@justinhj](https://twitter.com/justinhj)
151151
- [Solution](https://github.com/Jannyboy11/AdventOfCode2021/blob/main/src/main/scala/day01/Day01.scala) of [Jan Boerman](https://twitter.com/JanBoerman95).
152+
- [Solution](https://github.com/xRuiAlves/advent-of-code-2021/tree/master/src/main/scala/rui/aoc/year2021/day1) by [Rui Alves](https://github.com/xRuiAlves/)
152153

153154
Share your solution to the Scala community by editing this page.

docs/puzzles/day2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,5 +197,6 @@ You can replace the content of the `input/day2` file with your own input from [a
197197
- [Solution](https://github.com/philipschwarz/advent-of-code-2021-scala/tree/master/src/main/scala/day2) by [@philip_schwarz](https://twitter.com/philip_schwarz)
198198
- [Solution](https://github.com/FlorianCassayre/AdventOfCode-2021/blob/master/src/main/scala/adventofcode/solutions/Day02.scala) of [@FlorianCassayre](https://github.com/FlorianCassayre).
199199
- [Solution](https://github.com/Jannyboy11/AdventOfCode2021/blob/main/src/main/scala/day02/Day02.scala) of [Jan Boerman](https://twitter.com/JanBoerman95).
200+
- [Solution](https://github.com/xRuiAlves/advent-of-code-2021/tree/master/src/main/scala/rui/aoc/year2021/day2) by [Rui Alves](https://github.com/xRuiAlves/)
200201

201202
Share your solution to the Scala community by editing this page.

docs/puzzles/day22.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,5 +344,6 @@ You can replace the content of the `input/day22` file with your own input from [
344344
## Solutions from the community
345345

346346
- [Solution](https://github.com/FlorianCassayre/AdventOfCode-2021/blob/master/src/main/scala/adventofcode/solutions/Day22.scala) of [@FlorianCassayre](https://github.com/FlorianCassayre).
347+
- [Solution](https://github.com/xRuiAlves/advent-of-code-2021/tree/master/src/main/scala/rui/aoc/year2021/day22) by [Rui Alves](https://github.com/xRuiAlves/)
347348

348349
Share your solution to the Scala community by editing this page.

docs/puzzles/day3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,5 +293,6 @@ You can replace the content of the `input/day3` file with your own input from [a
293293
- [Solution](https://github.com/tOverney/AdventOfCode2021/blob/main/src/main/scala/ch/overney/aoc/day3/) of [@tOverney](https://github.com/tOverney).
294294
- [Solution](https://github.com/philipschwarz/advent-of-code-2021-scala/tree/master/src/main/scala/day3) by [@philip_schwarz](https://twitter.com/philip_schwarz)
295295
- [Solution](https://github.com/Jannyboy11/AdventOfCode2021/blob/main/src/main/scala/day03/Day03.scala) of [Jan Boerman](https://twitter.com/JanBoerman95).
296+
- [Solution](https://github.com/xRuiAlves/advent-of-code-2021/tree/master/src/main/scala/rui/aoc/year2021/day3) by [Rui Alves](https://github.com/xRuiAlves/)
296297

297298
Share your solution to the Scala community by editing this page.

0 commit comments

Comments
 (0)