monk/monk/ply/example/BASIC/hello.bas
2019-09-28 13:56:12 +02:00

5 lines
57 B
QBasic

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