From 64a3cfba1b3e5f3fd0ded39f698dc2cc90626e5b Mon Sep 17 00:00:00 2001 From: Alexandre B A Villares Date: Thu, 6 Feb 2020 23:10:58 -0200 Subject: [PATCH] Update sketch_2020_02_05b.pyde --- 2020/sketch_2020_02_05b/sketch_2020_02_05b.pyde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2020/sketch_2020_02_05b/sketch_2020_02_05b.pyde b/2020/sketch_2020_02_05b/sketch_2020_02_05b.pyde index 255fc4dd..487e56c3 100644 --- a/2020/sketch_2020_02_05b/sketch_2020_02_05b.pyde +++ b/2020/sketch_2020_02_05b/sketch_2020_02_05b.pyde @@ -1,5 +1,5 @@ """ -Ppossible non self-intersecting quads on 3x3 grid: 94 +Possible non self-intersecting quads on 3x3 grid: 94 Number of 2-quad combinations: 4371 Without overlaping points: 191 Cols: 14 Rows: 14