refactor: clean up test output and improve code formatting

This commit is contained in:
2025-02-09 16:02:48 +01:00
parent 7968d5fede
commit 411e37951f
18 changed files with 87 additions and 75 deletions

View File

@@ -9,7 +9,7 @@ public class TestSudokuEmojis {
@Test
public void sudokuEmojis() {
System.out.println("TEST SUDOKU EMOJIS : ");
// Create a new Sudoku
Sudoku sudoku = new Sudoku(9);