introduce bitloops
This commit is contained in:
@@ -31,7 +31,7 @@ public class ExportFormatTest {
|
||||
var clueMap = new HashMap<Integer, Long>();
|
||||
// key = (cellIndex << 4) | direction
|
||||
var key = 2;
|
||||
clueMap.put(key, new Lemma("TEST").word());
|
||||
clueMap.put(key, Lemma.from("TEST"));
|
||||
|
||||
// Manually fill the grid letters for "TEST" at (0,1), (0,2), (0,3), (0,4)
|
||||
grid.setLetter(Grid.offset(0, 1), (byte) 'T');
|
||||
|
||||
Reference in New Issue
Block a user