introduce bitloops

This commit is contained in:
mike
2026-01-17 03:37:38 +01:00
parent 44f53801a3
commit d3c7128cf9
3 changed files with 12 additions and 27 deletions

View File

@@ -377,7 +377,6 @@ public class Main {
try {
return _attempt(rng, dict, opts);
} catch (Exception e) {
e.printStackTrace();
System.err.println("Failed to operate" + e.getMessage());
return null;
}