From a6e4f0abe2f8eb48a0a9f790406d7d5b2c8b53f5 Mon Sep 17 00:00:00 2001 From: amelia Date: Mon, 28 Nov 2022 14:14:21 -0600 Subject: almost done --- example.sudoku | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 example.sudoku (limited to 'example.sudoku') 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} -- cgit v1.2.3