refactor: rename methods to French for consistency in the Sudoku application

This commit is contained in:
2025-01-05 11:12:59 +01:00
parent e35123e9fe
commit 8945072074
3 changed files with 7 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ public class App {
sudoku.getGrille().setCase(0, 7, Symbole.of(8));
sudoku.getGrille().setCase(4, 8, Symbole.of(9));
sudoku.getGrille().createSquareBlocs();
sudoku.getGrille().creerBlocCarre();
System.out.println("Sudoku :");
System.out.println(sudoku.getGrille().toString());