initial public release

This commit is contained in:
2017-06-04 22:44:06 -04:00
parent be1a75c1ca
commit 3cdbec3aea
2 changed files with 35 additions and 1 deletions

31
examples/helloworld Normal file
View File

@@ -0,0 +1,31 @@
CONST 72
PRINT
CONST 101
PRINT
CONST 108
PRINT
CONST 108
PRINT
CONST 111
PRINT
CONST 44
PRINT
CONST 32
PRINT
CONST 119
PRINT
CONST 111
PRINT
CONST 114
PRINT
CONST 108
PRINT
CONST 100
PRINT
CONST 33
GSTORE 0
GLOAD 0
PRINT
CONST 10
PRINT
HALT