Skip to content

Commit 017797c

Browse files
committed
Mark day 14 as completed
1 parent f657e65 commit 017797c

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
@@ -19,7 +19,7 @@ My solutions to the [Advent of Code 2024](https://adventofcode.com/2024), writte
1919
- [x] [**Day 11**](day11): [Lua](day11/src/day11.lua)
2020
- [x] [**Day 12**](day12): [Objective-C](day12/src/day12.m)
2121
- [x] [**Day 13**](day13): [Python](day13/src/day13.py)
22-
- [ ] [**Day 14**](day14): [Haskell](day14/src/Day14.hs)
22+
- [x] [**Day 14**](day14): [Haskell](day14/src/Day14.hs)
2323

2424
## Development
2525

paths.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
"codemirror": "haskell",
109109
"name": "Haskell"
110110
},
111-
"path": "day14/src/Day14.hs"
111+
"path": "day14/src/Day14.hs",
112+
"completed": true
112113
}
113114
]

0 commit comments

Comments
 (0)