introduce bitloops
This commit is contained in:
@@ -21,6 +21,9 @@ public class MainTest {
|
||||
static final byte LETTER_A = (byte) 'A';
|
||||
static final byte LETTER_B = (byte) 'B';
|
||||
static final byte LETTER_Z = (byte) 'Z';
|
||||
static final byte LETTER_T = (byte) 'T';
|
||||
static final byte LETTER_E = (byte) 'E';
|
||||
static final byte LETTER_S = (byte) 'S';
|
||||
static final byte CLUE_DOWN = 0;
|
||||
static final byte CLUE_RIGHT = 1;
|
||||
static final byte CLUE_UP = 2;
|
||||
|
||||
Reference in New Issue
Block a user