beaucoup
All checks were successful
Linux arm64 / Build (push) Successful in 1m47s

This commit is contained in:
2025-01-10 14:47:20 +01:00
parent 34cf7b5da8
commit 09ba8c00cb
13 changed files with 147 additions and 46 deletions

View File

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