13 lines
193 B
Plaintext
13 lines
193 B
Plaintext
sudoku([
|
|
_,7,_,_,_,_,3,2,9,
|
|
_,2,_,4,6,3,_,_,_,
|
|
_,1,_,_,_,9,_,_,_,
|
|
_,_,9,_,_,_,_,5,7,
|
|
2,_,1,_,_,_,_,_,_,
|
|
7,_,_,9,_,_,_,4,_,
|
|
3,_,_,_,7,4,6,_,1,
|
|
_,_,_,6,8,_,_,_,_,
|
|
4,_,5,3,_,_,2,_,_
|
|
],Solution).
|
|
|