redron / test-repo-03

0 stars 0 forks source link

README.md# QBASIC Hello World Program

This repository contains a simple example of how to write a Hello World program in QBASIC.

Program Code

PRINT "Hello, World!"
END

How to Run

  1. Start QBASIC (usually by typing qbasic at the DOS prompt)
  2. Type in the program exactly as shown above
  3. Press F5 to run the program
  4. You should see "Hello, World!" displayed on the screen

Notes

Additional Tips