I got stuck with this puzzle:
- Code: Select all
|-----|-----|-----|
|3 8 0|0 0 0|9 2 0|
|0 0 6|4 3 9|7 8 5|
|0 0 9|0 2 0|3 0 0|
|-----|-----|-----|
|0 6 0|0 9 0|0 0 0|
|8 0 0|3 0 2|0 0 9|
|9 0 0|0 4 0|0 7 0|
|-----|-----|-----|
|0 0 1|9 7 0|5 0 8|
|4 9 5|2 8 6|1 3 7|
|0 0 8|0 0 0|0 9 2|
|-----|-----|-----|
Could anyone please help me, what to do next?