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