aboutsummaryrefslogtreecommitdiff
path: root/example.sudoku
diff options
context:
space:
mode:
Diffstat (limited to 'example.sudoku')
-rw-r--r--example.sudoku17
1 files changed, 17 insertions, 0 deletions
diff --git a/example.sudoku b/example.sudoku
new file mode 100644
index 0000000..a3ac871
--- /dev/null
+++ b/example.sudoku
@@ -0,0 +1,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}