How to create Sudoku case
To create a valid Sudoku case you only need to create an object from the Sudoku class.
Sudoku MySudoku = new Sudoku(); MySudoku.createSudoku();
Find more information how to implement the Sudoku Case on my website