libCSP--/sudoku-2x2x2.txt

17 lines
287 B
Plaintext
Raw Normal View History

2010-05-24 02:45:09 +02:00
#
# sudoku.txt - Sample sudoky 2x2x2 that our program can understand
# 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 |
+-----+-----+