Hello, World
This blog I will use to share code snippets and sometimes entire games written in GW-BASIC and QBASIC. Just for fun.
10 RANDOMIZE TIMER
20 PRINT "Hello, this is a code snippet test!"
30 PRINT "This should appear in a black monospaced font."
40 GOTO 20
No comments:
Post a Comment