diff options
Diffstat (limited to 'chall/ply-2.2/example/BASIC/hello.bas')
| -rw-r--r-- | chall/ply-2.2/example/BASIC/hello.bas | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chall/ply-2.2/example/BASIC/hello.bas b/chall/ply-2.2/example/BASIC/hello.bas new file mode 100644 index 0000000..cc6f0b0 --- /dev/null +++ b/chall/ply-2.2/example/BASIC/hello.bas @@ -0,0 +1,4 @@ +5 REM HELLO WORLD PROGAM +10 PRINT "HELLO WORLD" +99 END + |
