Create GridScript.gridscript

This commit is contained in:
George Gibson
2015-08-29 09:52:14 +01:00
parent b5d19c734a
commit 828bdf2bee

7
g/GridScript.gridscript Normal file
View File

@@ -0,0 +1,7 @@
#HELLO WORLD.
@width 3
@height 1
(1,1):START
(3,1):PRINT 'Hello World'