introduce bitloops
This commit is contained in:
@@ -1,15 +1,9 @@
|
||||
package puzzle;
|
||||
|
||||
import module java.base;
|
||||
import com.google.gson.Gson;
|
||||
import lombok.val;
|
||||
import puzzle.SwedishGenerator.Lemma;
|
||||
import java.io.IOException;
|
||||
import java.nio.ByteBuffer;
|
||||
import java.nio.channels.FileChannel;
|
||||
import java.nio.charset.StandardCharsets;
|
||||
import java.nio.file.Path;
|
||||
import java.nio.file.StandardOpenOption;
|
||||
import java.util.stream.IntStream;
|
||||
public class Meta {
|
||||
|
||||
static final Gson GSON = new Gson();
|
||||
|
||||
Reference in New Issue
Block a user