Skip to content

Commit 2d4fc6d

Browse files
committed
Mark day 19 as completed
1 parent a71e5ad commit 2d4fc6d

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
@@ -24,7 +24,7 @@ My solutions to the [Advent of Code 2024](https://adventofcode.com/2024), writte
2424
- [x] [**Day 16**](day16): [Kotlin](day16/src/day16.kts)
2525
- [x] [**Day 17**](day17): [C#](day17/src/day17.cs) (using Z3 to solve part 2)
2626
- [x] [**Day 18**](day18): [Java](day18/src/Day18.java)
27-
- [ ] [**Day 19**](day19): [PyGyat](day19/src/day19.gyat)
27+
- [x] [**Day 19**](day19): [PyGyat](day19/src/day19.gyat)
2828

2929
## Development
3030

paths.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
"codemirror": "python",
150150
"name": "PyGyat"
151151
},
152-
"path": "day19/src/day19.gyat"
152+
"path": "day19/src/day19.gyat",
153+
"completed": true
153154
}
154155
]

0 commit comments

Comments
 (0)