application du cours d'APO de 15h
All checks were successful
Linux arm64 / Build (push) Successful in 37s
All checks were successful
Linux arm64 / Build (push) Successful in 37s
This commit is contained in:
@@ -41,6 +41,7 @@ public enum SudokuType {
|
||||
return this.paramCount;
|
||||
}
|
||||
|
||||
@FunctionalInterface
|
||||
private static interface SudokuMaker {
|
||||
MultiDoku makeSudoku(List<Constraint> constraints, int... params);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user