introduce bitloops

This commit is contained in:
mike
2026-01-14 03:46:36 +01:00
parent 19f235ae59
commit eeae90a886
6 changed files with 19 additions and 22 deletions

View File

@@ -258,7 +258,7 @@ public class SwedishGeneratorTest {
var grid = clues.toGrid();
var slots = extractSlots(grid);
var slots = extractSlots(clues);
assertEquals(1, slots.length);
var s = slots[0];