introduce bitloops
This commit is contained in:
@@ -104,10 +104,10 @@ public class Main {
|
||||
System.out.print(indentLines(res.clues().gridToString(), " "));
|
||||
|
||||
section("Grid (raw)");
|
||||
System.out.print(indentLines(res.filled().grid().gridToString(res.clues().mask()), " "));
|
||||
System.out.print(indentLines(res.filled().grid().gridToString(res.clues().c()), " "));
|
||||
|
||||
section("Grid (human)");
|
||||
System.out.print(indentLines(res.filled().grid().renderHuman(res.clues().mask()), " "));
|
||||
System.out.print(indentLines(res.filled().grid().renderHuman(res.clues().c()), " "));
|
||||
|
||||
var exported = res.exportFormatFromFilled(1, new Rewards(50, 2, 1));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user