Skip to content

Commit a222185

Browse files
committedDec 19, 2024
Add note on Z3
1 parent 292a3d7 commit a222185

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ My solutions to the [Advent of Code 2024](https://adventofcode.com/2024), writte
2222
- [x] [**Day 14**](day14): [Haskell](day14/src/Day14.hs)
2323
- [x] [**Day 15**](day15): [C++](day15/src/day15.cpp)
2424
- [x] [**Day 16**](day16): [Kotlin](day16/src/day16.kts)
25-
- [x] [**Day 17**](day17): [C#](day17/src/day17.cs)
25+
- [x] [**Day 17**](day17): [C#](day17/src/day17.cs) (using Z3 to solve part 2)
2626

2727
## Development
2828

‎paths.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@
133133
"name": "C#"
134134
},
135135
"path": "day17/src/day17.cs",
136-
"completed": true
136+
"completed": true,
137+
"additionalNotes": "(using Z3 to solve part 2)"
137138
}
138139
]

0 commit comments

Comments
 (0)