You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/2024/puzzles/day01.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,7 @@ end part2
88
88
-[Solution](https://github.com/profunctor-optics/advent-2024/blob/main/src/main/scala/advent2024/Day01.scala) by [Georgi Krastev](https://github.com/joroKr21)
89
89
-[Solution](https://github.com/jportway/advent2024/blob/master/src/main/scala/Day1.scala) by [Joshua Portway](https://github.com/jportway)
90
90
-[Solution](https://github.com/TheDrawingCoder-Gamer/adventofcode2024/blob/e163baeaedcd90732b5e19f578a2faadeb1ef872/src/main/scala/day1.sc) by [Bulby](https://github.com/TheDrawingCoder-Gamer)
91
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2024/tree/main/src/main/scala/day1) by [Paweł Cembaluk](https://github.com/AvaPL)
91
92
92
93
Share your solution to the Scala community by editing this page.
93
94
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
Copy file name to clipboardExpand all lines: docs/2024/puzzles/day02.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,7 @@ def part2(input: String): Int = parse(input).count(_.isDampenedSafe)
107
107
-[Solution](https://github.com/profunctor-optics/advent-2024/blob/main/src/main/scala/advent2024/Day02.scala) by [Georgi Krastev](https://github.com/joroKr21)
108
108
-[Solution](https://github.com/jportway/advent2024/blob/master/src/main/scala/Day2.scala) by [Joshua Portway](https://github.com/jportway)
109
109
-[Solution](https://github.com/TheDrawingCoder-Gamer/adventofcode2024/blob/e163baeaedcd90732b5e19f578a2faadeb1ef872/src/main/scala/day2.sc) by [Bulby](https://github.com/TheDrawingCoder-Gamer)
110
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2024/tree/main/src/main/scala/day2) by [Paweł Cembaluk](https://github.com/AvaPL)
110
111
111
112
Share your solution to the Scala community by editing this page.
112
113
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
Copy file name to clipboardExpand all lines: docs/2024/puzzles/day03.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,6 +156,7 @@ object DayThree:
156
156
-[Solution](https://github.com/profunctor-optics/advent-2024/blob/main/src/main/scala/advent2024/Day03.scala) by [Georgi Krastev](https://github.com/joroKr21)
157
157
-[Solution](https://github.com/jportway/advent2024/blob/master/src/main/scala/Day3.scala) by [Joshua Portway](https://github.com/jportway)
158
158
-[Solution](https://github.com/TheDrawingCoder-Gamer/adventofcode2024/blob/e163baeaedcd90732b5e19f578a2faadeb1ef872/src/main/scala/day3.sc) by [Bulby](https://github.com/TheDrawingCoder-Gamer)
159
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2024/tree/main/src/main/scala/day3) by [Paweł Cembaluk](https://github.com/AvaPL)
159
160
160
161
Share your solution to the Scala community by editing this page.
161
162
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
Copy file name to clipboardExpand all lines: docs/2024/puzzles/day04.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -303,6 +303,7 @@ def totalMAS(grid: Grid): Int =
303
303
-[Solution](https://github.com/profunctor-optics/advent-2024/blob/main/src/main/scala/advent2024/Day04.scala) by [Georgi Krastev](https://github.com/joroKr21)
304
304
-[Solution](https://github.com/jportway/advent2024/blob/master/src/main/scala/Day4.scala) by [Joshua Portway](https://github.com/jportway)
305
305
-[Solution](https://github.com/TheDrawingCoder-Gamer/adventofcode2024/blob/e163baeaedcd90732b5e19f578a2faadeb1ef872/src/main/scala/day4.sc) by [Bulby](https://github.com/TheDrawingCoder-Gamer)
306
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2024/tree/main/src/main/scala/day4) by [Paweł Cembaluk](https://github.com/AvaPL)
306
307
307
308
Share your solution to the Scala community by editing this page.
308
309
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
Copy file name to clipboardExpand all lines: docs/2024/puzzles/day05.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,6 +214,7 @@ def part2(input: String) =
214
214
-[Solution](https://github.com/profunctor-optics/advent-2024/blob/main/src/main/scala/advent2024/Day05.scala) by [Georgi Krastev](https://github.com/joroKr21)
215
215
-[Solution](https://github.com/jportway/advent2024/blob/master/src/main/scala/Day5.scala) by [Joshua Portway](https://github.com/jportway)
216
216
-[Solution](https://github.com/TheDrawingCoder-Gamer/adventofcode2024/blob/e163baeaedcd90732b5e19f578a2faadeb1ef872/src/main/scala/day5.sc) by [Bulby](https://github.com/TheDrawingCoder-Gamer)
217
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2024/tree/main/src/main/scala/day5) by [Paweł Cembaluk](https://github.com/AvaPL)
217
218
218
219
Share your solution to the Scala community by editing this page.
219
220
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
-[Solution](https://github.com/jportway/advent2024/blob/master/src/main/scala/Day6.scala) by [Joshua Portway](https://github.com/jportway)
230
230
-[Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2024/Day06.scala) by [Philippus Baalman](https://github.com/philippus)
231
231
-[Solution](https://github.com/TheDrawingCoder-Gamer/adventofcode2024/blob/e163baeaedcd90732b5e19f578a2faadeb1ef872/src/main/scala/day6.sc) by [Bulby](https://github.com/TheDrawingCoder-Gamer)
232
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2024/tree/main/src/main/scala/day6) by [Paweł Cembaluk](https://github.com/AvaPL)
232
233
233
234
Share your solution to the Scala community by editing this page.
234
235
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
Copy file name to clipboardExpand all lines: docs/2024/puzzles/day07.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,7 @@ end part2
108
108
-[Solution](https://github.com/jportway/advent2024/blob/master/src/main/scala/Day7.scala) by [Joshua Portway](https://github.com/jportway)
109
109
-[Solution](https://github.com/TheDrawingCoder-Gamer/adventofcode2024/blob/e163baeaedcd90732b5e19f578a2faadeb1ef872/src/main/scala/day7.sc) by [Bulby](https://github.com/TheDrawingCoder-Gamer)
110
110
-[Solution](https://github.com/itsjoeoui/aoc2024/blob/main/src/day07.scala) by [itsjoeoui](https://github.com/itsjoeoui)
111
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2024/tree/main/src/main/scala/day7) by [Paweł Cembaluk](https://github.com/AvaPL)
111
112
112
113
Share your solution to the Scala community by editing this page.
113
114
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
Copy file name to clipboardExpand all lines: docs/2024/puzzles/day08.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,7 @@ end part2
147
147
-[Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2024/Day08.scala) by [Philippus Baalman](https://github.com/philippus)
148
148
-[Solution](https://github.com/TheDrawingCoder-Gamer/adventofcode2024/blob/e163baeaedcd90732b5e19f578a2faadeb1ef872/src/main/scala/day8.sc) by [Bulby](https://github.com/TheDrawingCoder-Gamer)
149
149
-[Solution](https://github.com/itsjoeoui/aoc2024/blob/main/src/day08.scala) by [itsjoeoui](https://github.com/itsjoeoui)
150
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2024/tree/main/src/main/scala/day8) by [Paweł Cembaluk](https://github.com/AvaPL)
150
151
151
152
Share your solution to the Scala community by editing this page.
152
153
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
Copy file name to clipboardExpand all lines: docs/2024/puzzles/day09.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -322,5 +322,6 @@ def part2(input: String): Long =
322
322
-[Solution](https://github.com/rolandtritsch/scala3-aoc-2024/blob/trunk/src/aoc2024/Day09.scala) by [Roland Tritsch](https://github.com/rolandtritsch)
323
323
-[Solution](https://github.com/TheDrawingCoder-Gamer/adventofcode2024/blob/e163baeaedcd90732b5e19f578a2faadeb1ef872/src/main/scala/day9.sc) by [Bulby](https://github.com/TheDrawingCoder-Gamer)
324
324
-[Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2024/Day09.scala) by [Philippus Baalman](https://github.com/philippus)
325
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2024/tree/main/src/main/scala/day9) by [Paweł Cembaluk](https://github.com/AvaPL)
325
326
326
327
Share your solution to the Scala community by editing this page.
Copy file name to clipboardExpand all lines: docs/2024/puzzles/day10.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,7 @@ throw away duplicate counts.
159
159
-[Solution](https://github.com/scarf005/aoc-scala/blob/main/2024/day10.scala) by [scarf](https://github.com/scarf005)
160
160
-[Solution](https://github.com/TheDrawingCoder-Gamer/adventofcode2024/blob/e163baeaedcd90732b5e19f578a2faadeb1ef872/src/main/scala/day10.sc) by [Bulby](https://github.com/TheDrawingCoder-Gamer)
161
161
-[Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2024/Day10.scala) by [Philippus Baalman](https://github.com/philippus)
162
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2024/tree/main/src/main/scala/day10) by [Paweł Cembaluk](https://github.com/AvaPL)
162
163
163
164
Share your solution to the Scala community by editing this page.
164
165
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