Skip to content

Commit 758e94c

Browse files
committed
clean up
1 parent c4339ce commit 758e94c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/2024/puzzles/day01.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ end part2
6868
```
6969

7070
## Solutions from the community
71+
7172
- [Solution](https://github.com/Jannyboy11/AdventOfCode2024/blob/master/src/main/scala/day01/Day01.scala) of [Jan Boerman](https://x.com/JanBoerman95)
7273
- [Solution](https://github.com/bishabosha/advent-of-code-2024/blob/main/2024-day01.scala) by [Jamie Thompson](https://github.com/bishabosha)
7374
- [Solution](https://github.com/nikiforo/aoc24/blob/main/src/main/scala/io/github/nikiforo/aoc24/D1T2.scala) by [Artem Nikiforov](https://github.com/nikiforo)
7475
- [Solution](https://github.com/rmarbeck/advent2024/tree/main/day1) by [Raphaël Marbeck](https://github.com/rmarbeck)
7576
- [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2024/Day01.scala) by [Philippus Baalman](https://github.com/philippus)
7677
- [Solution](https://scastie.scala-lang.org/Sporarum/jVlQBCvoQXCtlK4ryIn42Q/4) by [Quentin Bernet](https://github.com/Sporarum)
7778
- [Solution](https://github.com/jnclt/adventofcode2024/blob/main/day01/historian-hysteria.sc) by [jnclt](https://github.com/jnclt)
78-
7979
- [Solution](https://github.com/YannMoisan/advent-of-code/blob/master/2024/src/main/scala/Day1.scala) by [YannMoisan](https://github.com/YannMoisan)
8080

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

docs/2024/puzzles/day02.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ import Solver from "../../../../../website/src/components/Solver.js"
77
https://adventofcode.com/2024/day/2
88

99
## Solutions from the community
10-
- [Solution](https://github.com/rmarbeck/advent2024/tree/main/day2) by [Raphaël Marbeck](https://github.com/rmarbeck)
1110

11+
- [Solution](https://github.com/rmarbeck/advent2024/tree/main/day2) by [Raphaël Marbeck](https://github.com/rmarbeck)
1212
- [Solution](https://github.com/YannMoisan/advent-of-code/blob/master/2024/src/main/scala/Day2.scala) by [YannMoisan](https://github.com/YannMoisan)
1313
- [Solution](https://github.com/Jannyboy11/AdventOfCode2024/blob/master/src/main/scala/day02/Day02.scala) of [Jan Boerman](https://x.com/JanBoerman95)
14-
1514
- [Solution](https://github.com/jnclt/adventofcode2024/blob/main/day02/red-nosed-reports.sc) by [jnclt](https://github.com/jnclt)
1615

1716
- [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2024/Day02.scala) by [Philippus Baalman](https://github.com/philippus)

0 commit comments

Comments
 (0)