You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,14 @@ Sudoku-Solver
3
3
4
4
This is another simple sudoku solver. Have fun!
5
5
6
+
##How to install
7
+
[Download the latest](http://www.github.com/Neehan/Sudoku-Solver/releases) Sudoku-Solver and unzip it. Run `Sudoku-Solver` (for ubuntu) or `Sudoku-Solver.exe` (for windows). That's it.
8
+
6
9
##How to use
7
10
8
11
###Method 1
9
12
10
-
Write the value of each cell separated by a space. Value of an empty cell is either 0 or . . However, you may make a typo while typing the sudoku. That's why I recommend the alternative method.
13
+
Write the value of each cell separated by a space. Value of an empty cell is either `0` or `.` . However, you may make a typo while typing the sudoku. That's why I recommend the alternative method.
0 commit comments