We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2073db commit e04e395Copy full SHA for e04e395
conways_life.vbs
@@ -4,7 +4,7 @@
4
'Uses ANSI escape codes. Will not work below Windows 10
5
6
option explicit
7
-const pix="##"
+const pix="[]"
8
const cl_on=16
9
const cl_mnum=15
10
randomize timer
0 commit comments