diff options
author | Stijn Buys <ingar@osirion.org> | 2012-06-15 18:20:02 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2012-06-15 18:20:02 +0000 |
commit | 8bcb14cc56106861c61f53a5f130fc769cc1973a (patch) | |
tree | 6ee7837675323f1c95039a51d8d4bad85fb29b12 | |
parent | cc575497d583dd66c8b114199e12a4dd4ce804ee (diff) |
Star Burst Leo example from wikipedia.
-rw-r--r-- | examples/star-burst-leo.sudoku | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/star-burst-leo.sudoku b/examples/star-burst-leo.sudoku new file mode 100644 index 0000000..39287e3 --- /dev/null +++ b/examples/star-burst-leo.sudoku @@ -0,0 +1,11 @@ +9 0 0 1 0 4 0 0 2 +0 8 0 0 6 0 0 7 0 +0 0 0 0 0 0 0 0 0 + +4 0 0 0 0 0 0 0 1 +0 7 0 0 0 0 0 3 0 +3 0 0 0 0 0 0 0 7 + +0 0 0 0 0 0 0 0 0 +0 3 0 0 7 0 0 8 0 +1 0 0 2 0 9 0 0 4 |