I'm evaluating chuffed and implementing a rudimentary (and most likely very poorly performing) Sudoku solver.
Throw this into the examples folder and compile it like any other example:
```c++
#…
- We have 2D matrix (9x9), you just need to create 9x9 matrix UI :)
**Ex:**
board = [["5","3",".",".","7",".",".",".","."],["6",".",".","1","9","5",".",".","."],[".","9","8",".",".",".",".","6",".…
thanks for use einsitang/sudoku-go (old name is forfuns/sudoku-go) library
and I'am sorry that I have long time no continuing maintenance this repository
just last week look out this repository and…