test autopull

This commit is contained in:
Bruno Rybársky 2022-01-16 11:19:11 +01:00
parent 8bd879e44a
commit 02a33a8937

@ -1,7 +1,7 @@
//my personal variables
let w = 10;
let h = 10;
let x = "█";
let x = "▇";
let o = "⬤";
let lgrid = new Array(w);
let rgrid = new Array(w);