Skip to content

Commit 06de657

Browse files
committed
Mark day 25 as completed
1 parent 893d943 commit 06de657

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ My solutions to the [Advent of Code 2024](https://adventofcode.com/2024), writte
3030
- [x] [**Day 22**](day22): [Dart](day22/src/day22.dart)
3131
- [x] [**Day 23**](day23): [Go](day23/src/day23.go)
3232
- [x] [**Day 24**](day24): [Crystal](day24/src/day24.cr)
33-
- [ ] [**Day 25**](day25): [Swift](day25/src/day25.swift)
33+
- [x] [**Day 25**](day25): [Swift](day25/src/day25.swift)
3434

3535
## Development
3636

paths.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@
197197
"codemirror": "swift",
198198
"name": "Swift"
199199
},
200-
"path": "day25/src/day25.swift"
200+
"path": "day25/src/day25.swift",
201+
"completed": true
201202
}
202203
]

0 commit comments

Comments
 (0)