aboutsummaryrefslogtreecommitdiff
path: root/example.sudoku
blob: a3ac87105fd0b1be97709a0d36513a265e76c433 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
0 0 8 3 0 0 0 0 0
1 0 3 0 9 0 2 0 0
0 2 9 0 0 0 0 3 0
8 0 0 0 0 4 5 0 0
0 9 0 1 0 8 0 0 0
0 0 2 9 0 0 0 0 8
0 1 4 0 0 0 3 2 0
0 0 0 0 1 0 8 0 0
0 0 0 0 0 3 0 1 0

; you can comment like this!
; anything after the initial 9x9 will be ignored
; spacing/linebreaks/non-integers are valid to put between numbers
;
; more indepth, for any line, the first 9 valid integers will be taken
; ie, a line of 000,9e3p0 0(00) will give the program an
; array equal to - {0,0,0, 9,3,0, 0,0,0}