redo
This commit is contained in:
@@ -96,10 +96,10 @@ public class Main {
|
||||
System.out.print(indentLines(res.clues().gridToString()));
|
||||
|
||||
section("Grid (raw)");
|
||||
System.out.print(indentLines(res.grid().gridToString()));
|
||||
System.out.print(indentLines(res.gridGridToString()));
|
||||
|
||||
section("Grid (human)");
|
||||
System.out.print(indentLines(res.grid().renderHuman()));
|
||||
System.out.print(indentLines(res.gridRenderHuman()));
|
||||
|
||||
var exported = res.exportFormatFromFilled(new Rewards(50, 2, 1), Masker.IT, 3);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user