This program simply displays the string Hello World in the Screen

CLS
PRINT "Hello World"

CLS - Clears the screen
Print "Hello World" - displays the string hello world to the screen