moi
Some checks failed
Linux arm64 / Build (push) Failing after 28s

This commit is contained in:
2025-02-02 20:31:28 +01:00
parent b68fe81914
commit 1246331125

View File

@@ -62,6 +62,7 @@ public class MixedSolver implements Solver {
if (solve(doku, steps))
return true;
cell.setSymbolIndex(Cell.NOSYMBOL);
return false;
}
}