Skip to content

Commit 7cb77fa

Browse files
committed
Mark day 21 as solved
1 parent fa652c5 commit 7cb77fa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ My solutions to the [Advent of Code 2024](https://adventofcode.com/2024), writte
2626
- [x] [**Day 18**](day18): [Java](day18/src/Day18.java)
2727
- [x] [**Day 19**](day19): [PyGyat](day19/src/day19.gyat)
2828
- [x] [**Day 20**](day20): [Rust](day20/src/day20.rs)
29-
- [ ] [**Day 21**](day21): [Scala](day21/src/day21.scala)
29+
- [x] [**Day 21**](day21): [Scala](day21/src/day21.scala)
3030

3131
## Development
3232

paths.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
"codemirror": "scala",
166166
"name": "Scala"
167167
},
168-
"path": "day21/src/day21.scala"
168+
"path": "day21/src/day21.scala",
169+
"completed": true
169170
}
170171
]

0 commit comments

Comments
 (0)