test autopull
This commit is contained in:
2
index.js
2
index.js
@@ -1,7 +1,7 @@
|
|||||||
//my personal variables
|
//my personal variables
|
||||||
let w = 10;
|
let w = 10;
|
||||||
let h = 10;
|
let h = 10;
|
||||||
let x = "█";
|
let x = "▇";
|
||||||
let o = "⬤";
|
let o = "⬤";
|
||||||
let lgrid = new Array(w);
|
let lgrid = new Array(w);
|
||||||
let rgrid = new Array(w);
|
let rgrid = new Array(w);
|
||||||
|
Reference in New Issue
Block a user