GitHub_collection_hello-world/g/GridScript.gridscript
2018-08-22 01:37:32 -03:00

8 lines
74 B
Plaintext
Executable File

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