home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / BIBLIOTE / HELLO.BAS < prev    next >
Encoding:
BASIC Source File  |  1994-04-18  |  76 b   |  5 lines

  1.  
  2.     'This is the classic hello world program
  3.  
  4.    print "hello world!"
  5.