diff --git a/hole/boxes-intersection.go b/hole/boxes-intersection.go index 40dc7f9bb..0924f3045 100644 --- a/hole/boxes-intersection.go +++ b/hole/boxes-intersection.go @@ -118,7 +118,7 @@ func boxesIntersection() (args []string, out string) { args = append(args, strconvbox(b2)+" "+strconvbox(b7)) outs = append(outs, "0") - // generate 98 more random cases + //// generate 98 more random cases zeros := 0 nonZeros := 0 for zeros+nonZeros < 94 { diff --git a/holes.toml b/holes.toml index 5d6713933..cf401f0fa 100644 --- a/holes.toml +++ b/holes.toml @@ -167,7 +167,7 @@ links = [ preamble = '''
A box is defined via x, y, - w and w as + w and h as
y