monk/ply/example/BASIC/hello.bas

5 lines
57 B
QBasic

5 REM HELLO WORLD PROGAM
10 PRINT "HELLO WORLD"
99 END