GitHub_collection_hello-world/g/GridScript.gridscript

8 lines
74 B
Plaintext
Raw Normal View History

2015-08-29 09:52:14 +01:00
#HELLO WORLD.
@width 3
@height 1
(1,1):START
(3,1):PRINT 'Hello World'