Skip to content

Commit 28b315b

Browse files
committed
Mark 23 as completed
1 parent 4775a88 commit 28b315b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ My solutions to the [Advent of Code 2024](https://adventofcode.com/2024), writte
2828
- [x] [**Day 20**](day20): [Rust](day20/src/day20.rs)
2929
- [x] [**Day 21**](day21): [Scala](day21/src/day21.scala)
3030
- [ ] [**Day 22**](day22): [Dart](day22/src/day22.dart)
31+
- [x] [**Day 23**](day23): [Go](day23/src/day23.go)
3132

3233
## Development
3334

paths.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@
180180
"codemirror": "go",
181181
"name": "Go"
182182
},
183-
"path": "day23/src/day23.go"
183+
"path": "day23/src/day23.go",
184+
"completed": true
184185
}
185186
]

0 commit comments

Comments
 (0)