Skip to content

Commit

Permalink
Revert easy difficulty holes
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajunxd committed Aug 16, 2023
1 parent 170e7c5 commit 8868975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sudoku-app/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function App() {

switch (difficulty) {
case "easy":
holes = 1;
holes = 20;
break;
case "medium":
holes = 35;
Expand Down

0 comments on commit 8868975

Please sign in to comment.