Skip to content

Commit 5cb2027

Browse files
committed
Mark day 20 as completed
1 parent 18e1cd9 commit 5cb2027

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
@@ -25,7 +25,7 @@ My solutions to the [Advent of Code 2024](https://adventofcode.com/2024), writte
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)
2727
- [x] [**Day 19**](day19): [PyGyat](day19/src/day19.gyat)
28-
- [ ] [**Day 20**](day20): [Rust](day20/src/day20.rs)
28+
- [x] [**Day 20**](day20): [Rust](day20/src/day20.rs)
2929

3030
## Development
3131

paths.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@
157157
"codemirror": "rust",
158158
"name": "Rust"
159159
},
160-
"path": "day20/src/day20.rs"
160+
"path": "day20/src/day20.rs",
161+
"completed": true
161162
}
162163
]

0 commit comments

Comments
 (0)