libCSP--/sudoku-2x2x2.txt

17 lines
291 B
Plaintext
Raw Normal View History

2010-05-24 02:45:09 +02:00
#
2010-05-24 03:47:58 +02:00
# sudoku.txt - Sample sudoky two-sized that our program can understand
2010-05-24 02:45:09 +02:00
# Place a zero to identify an unset cell (that, of course, should
# be set by our smart program).
#
# by BlackLight
#
+-----+-----+
| 1 0 | 3 0 |
| 0 2 | 0 0 |
+-----+-----+
| 2 0 | 0 0 |
| 0 0 | 0 1 |
+-----+-----+