Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
isaiahliu committed Dec 4, 2024
1 parent 3c3b997 commit b5690cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/p30xx/Problem3001.kt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ fun main() {
}
}

expect(0) {
expect {
Solution().minMovesToCaptureTheQueen(
9, 1, 1, 1, 1, 1
)
Expand Down

0 comments on commit b5690cf

Please sign in to comment.