introduce bitloops
This commit is contained in:
@@ -2,7 +2,8 @@ package puzzle;
|
||||
|
||||
public final class DictDataL6P2 {
|
||||
private DictDataL6P2() {}
|
||||
public static final long[] DATA = new long[] {
|
||||
public static long[] get() {
|
||||
return new long[] {
|
||||
0x0L,
|
||||
0x0L,
|
||||
0x0L,
|
||||
@@ -3120,4 +3121,5 @@ public final class DictDataL6P2 {
|
||||
0x0L,
|
||||
0x8000000000000000L
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user