This commit is contained in:
mike
2026-01-23 11:58:57 +01:00
parent 2aa08fedb0
commit 7db439a9dc
8 changed files with 129 additions and 106 deletions

View File

@@ -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);