Skip to content

Commit b6493d2

Browse files
authored
Update index.jsx
fixed to solvable?
1 parent 4ae2838 commit b6493d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var boards = [
66
[0,1,1,0,0],
77
[1,0,0,0,0],
88
[1,1,0,1,0],
9-
[1,1,1,1,1]
9+
[1,1,1,1,0]
1010
]
1111
];
1212

0 commit comments

Comments
 (0)