introduce bitloops

This commit is contained in:
mike
2026-01-14 07:50:35 +01:00
parent c529ce90c7
commit bcad930bfc
3 changed files with 10 additions and 11 deletions

View File

@@ -120,7 +120,6 @@ public record Export() {
}
public String renderHuman() {
return String.join("\n", exportGrid(_ -> ' ', '#'));
}
public boolean notClue(int c) { return grid.notClue(c); }
@FunctionalInterface