Skip to content

Commit

Permalink
Mark day 22 as completed
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jan 25, 2024
1 parent 0aa0890 commit e1751e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ My solutions to the [Advent of Code 2023](https://adventofcode.com/2023), writte
- [x] Day 19: [Swift](day19/src/day19.swift)
- [x] Day 20: [Kotlin/Native](day20/src/day20.kt)
- [x] Day 21: [C#](day21/src/day21.cs)
- [ ] Day 22: [Rust](day22/src/day22.rs)
- [x] Day 22: [Rust](day22/src/day22.rs)
- [ ] Day 23: [Ruby](day23/src/day23.rb)
- [ ] Day 24: [Haskell](day24/src/Day24.hs)
- [ ] Day 25: [Python](day25/src/day25.py)
Expand Down
3 changes: 2 additions & 1 deletion paths.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@
"codemirror": "rust",
"name": "Rust"
},
"path": "day22/src/day22.rs"
"path": "day22/src/day22.rs",
"completed": true
},
{
"lang": {
Expand Down

0 comments on commit e1751e2

Please sign in to comment.