Skip to content

Commit

Permalink
Update day02.md (#283)
Browse files Browse the repository at this point in the history
* Solution for Day 2

* Update day01.md

* Update day02.md
  • Loading branch information
pkarthick authored Dec 2, 2023
1 parent e147799 commit 3be9cdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/2023/puzzles/day01.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ end part2

## Solutions from the community

- [Solution](https://github.com/pkarthick/AdventOfCode/blob/master/2023/day01/day01.scala) of [Karthick Pachiappan](https://github.com/pkarthick).

- [Solution](https://github.com/pkarthick/AdventOfCode/blob/master/2023/scala/src/main/scala/day01.scala) of [Karthick Pachiappan](https://github.com/pkarthick)
- [Solution](https://github.com/Jannyboy11/AdventOfCode2023/blob/master/src/main/scala/day01/Day01.scala) of [Jan Boerman](https://twitter.com/JanBoerman95).
- [Solution](https://github.com/alexandru/advent-of-code/blob/main/scala3/2023/src/main/scala/day1.scala) by [Alexandru Nedelcu](https://github.com/alexandru/)
- [Solution](https://github.com/spamegg1/advent-of-code-2023-scala/blob/solutions/01.worksheet.sc#L65) by [Spamegg](https://github.com/spamegg1/)
Expand Down
2 changes: 2 additions & 0 deletions docs/2023/puzzles/day02.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,7 @@ def part2(input: String): Int = solution(input, minimumCubes)
- [Solution](https://github.com/jnclt/adventofcode2023/blob/main/day02/cube-conundrum.sc) by [jnclt](https://github.com/jnclt)
- [Solution](https://github.com/spamegg1/advent-of-code-2023-scala/blob/solutions/02.worksheet.sc#L87) by [Spamegg](https://github.com/spamegg1)
- [Solution](https://github.com/YannMoisan/advent-of-code/blob/master/2023/src/main/scala/Day2.scala) by [Yann Moisan](https://github.com/YannMoisan)
- [Solution](https://github.com/pkarthick/AdventOfCode/blob/master/2023/scala/src/main/scala/day02.scala) by [Karthick Pachiappan](https://github.com/pkarthick)


Share your solution to the Scala community by editing this page. (You can even write the whole article!)

0 comments on commit 3be9cdb

Please sign in to comment.