This repository was archived by the owner on Jan 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +185
-1
lines changed
src/main/scala/adventofcode/solutions Expand file tree Collapse file tree 5 files changed +185
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ _My solutions to the 2024 edition of [Advent of Code](https://adventofcode.com/2
19
19
| ** [ 01] ( https://adventofcode.com/2024/day/1 ) ** | [ solution] ( src/main/scala/adventofcode/solutions/Day01.scala ) |
20
20
| ** [ 02] ( https://adventofcode.com/2024/day/2 ) ** | [ solution] ( src/main/scala/adventofcode/solutions/Day02.scala ) |
21
21
| ** [ 03] ( https://adventofcode.com/2024/day/3 ) ** | [ solution] ( src/main/scala/adventofcode/solutions/Day03.scala ) |
22
- | ** [ 04] ( https://adventofcode.com/2024/day/4 ) ** | [ ] ( src/main/scala/adventofcode/solutions/Day04.scala ) |
22
+ | ** [ 04] ( https://adventofcode.com/2024/day/4 ) ** | [ solution ] ( src/main/scala/adventofcode/solutions/Day04.scala ) |
23
23
| ** [ 05] ( https://adventofcode.com/2024/day/5 ) ** | [ ] ( src/main/scala/adventofcode/solutions/Day05.scala ) |
24
24
| ** [ 06] ( https://adventofcode.com/2024/day/6 ) ** | [ ] ( src/main/scala/adventofcode/solutions/Day06.scala ) |
25
25
| ** [ 07] ( https://adventofcode.com/2024/day/7 ) ** | [ ] ( src/main/scala/adventofcode/solutions/Day07.scala ) |
You can’t perform that action at this time.
0 commit comments