refactor : mini fixs
All checks were successful
Linux arm64 / Build (push) Successful in 44s

This commit is contained in:
Melvyn
2025-02-02 22:51:24 +01:00
parent 3f1ef93323
commit 71666a3883
5 changed files with 15 additions and 14 deletions

View File

@@ -9,10 +9,9 @@ import java.util.Random;
import sudoku.structure.Cell;
import sudoku.structure.MultiDoku;
//TODO
public class HintHelper {
public static record Hint(Cell cell, int newValue) {}
public record Hint(Cell cell, int newValue) {}
/**
* Si possible, donne un indice sur la résolution du doku passé en paramètre,