Skip to content

Commit 33fabdb

Browse files
committed
Mark day 12 as completed
1 parent 14d7268 commit 33fabdb

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
@@ -17,7 +17,7 @@ My solutions to the [Advent of Code 2024](https://adventofcode.com/2024), writte
1717
- [x] [**Day 09**](day09): [JavaScript](day09/src/day09.js)
1818
- [x] [**Day 10**](day10): [Groovy](day10/src/day10.groovy)
1919
- [x] [**Day 11**](day11): [Lua](day11/src/day11.lua)
20-
- [ ] [**Day 12**](day12): [Objective-C](day12/src/day12.m)
20+
- [x] [**Day 12**](day12): [Objective-C](day12/src/day12.m)
2121

2222
## Development
2323

paths.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
"codemirror": "clike",
9393
"name": "Objective-C"
9494
},
95-
"path": "day12/src/day12.m"
95+
"path": "day12/src/day12.m",
96+
"completed": true
9697
}
9798
]

0 commit comments

Comments
 (0)