diff options
author | Stijn Buys <ingar@telenet.be> | 2022-05-26 18:52:25 +0200 |
---|---|---|
committer | Stijn Buys <ingar@telenet.be> | 2022-05-26 18:52:25 +0200 |
commit | 0885301d3292b565cce51be4514572a6d02e54b6 (patch) | |
tree | 6882950dc05e2ae4a0dd01e0df42477005e9c2bf /examples | |
parent | 1ee0cc39a270e00d2ccb5cf10161889bd2fa81d4 (diff) |
Diffstat (limited to 'examples')
-rw-r--r-- | examples/crackingthecryptic-2021-08-15-Steering Wheel.sudoku | 12 | ||||
-rw-r--r-- | examples/crackingthecryptic-2021-12-10-Fancy Vase.sudoku | 11 |
2 files changed, 23 insertions, 0 deletions
diff --git a/examples/crackingthecryptic-2021-08-15-Steering Wheel.sudoku b/examples/crackingthecryptic-2021-08-15-Steering Wheel.sudoku new file mode 100644 index 0000000..03d0679 --- /dev/null +++ b/examples/crackingthecryptic-2021-08-15-Steering Wheel.sudoku @@ -0,0 +1,12 @@ +0 0 0 1 0 2 0 0 0 +0 6 0 0 0 0 0 7 0 +0 0 8 0 0 0 9 0 0 + +4 0 0 0 0 0 0 0 3 +0 5 0 0 0 7 0 0 0 +2 0 0 0 8 0 0 0 1 + +0 0 9 0 0 0 8 0 5 +0 7 0 0 0 0 0 6 0 +0 0 0 3 0 4 0 0 0 + diff --git a/examples/crackingthecryptic-2021-12-10-Fancy Vase.sudoku b/examples/crackingthecryptic-2021-12-10-Fancy Vase.sudoku new file mode 100644 index 0000000..9a43d8e --- /dev/null +++ b/examples/crackingthecryptic-2021-12-10-Fancy Vase.sudoku @@ -0,0 +1,11 @@ +0 0 0 0 0 0 0 0 0 +0 2 0 9 0 0 3 8 0 +0 3 0 1 0 0 7 5 0 + +0 4 8 0 2 0 0 0 0 +0 5 0 0 0 6 0 0 0 +7 6 0 5 0 0 4 1 0 + +4 0 0 0 0 3 0 0 0 +2 0 0 8 4 5 6 7 0 +0 7 5 2 0 0 0 0 0 |