sudoku vide
All checks were successful
Linux arm64 / Build (push) Successful in 34s

This commit is contained in:
2025-01-10 15:58:34 +01:00
parent 09ba8c00cb
commit 77c0b0d41b
3 changed files with 61 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ public class Main {
public static void main(String[] args) {
System.out.println(new Main().getGreeting());
// var test = SudokuFactory.createBasicEmptySudoku(9);
var test = SudokuFactory.createBasicEmptyRectangleSudoku(3, 3);
System.out.println(test);
}
}