cdoku/example.sudoku

18 lines
434 B
Plaintext

; hello:)
006 034 052
010 007 000
000 000 400
002 050 083
000 000 009
600 200 000
008 000 900
000 040 600
700 003 048
; 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}