redo
This commit is contained in:
@@ -93,7 +93,7 @@ public class Main {
|
||||
}
|
||||
|
||||
section("Mask");
|
||||
System.out.print(indentLines(res.clues().gridToString()));
|
||||
System.out.print(indentLines(res.cluesGridToString()));
|
||||
|
||||
section("Grid (raw)");
|
||||
System.out.print(indentLines(res.gridGridToString()));
|
||||
@@ -101,7 +101,7 @@ public class Main {
|
||||
section("Grid (human)");
|
||||
System.out.print(indentLines(res.gridRenderHuman()));
|
||||
|
||||
var exported = res.exportFormatFromFilled(new Rewards(50, 2, 1), Masker.IT, 3);
|
||||
var exported = res.exportFormatFromFilled(new Rewards(50, 2, 1), Masker.IT);
|
||||
|
||||
section("Clues");
|
||||
info("status : generating...");
|
||||
|
||||
Reference in New Issue
Block a user