This is really the easiest Hello World ever. Here's the code:
Code:
PRINT "Hello World"
WAIT KEY
Yup. That's it. PRINT prints the text to the screen. WAIT KEY waits for any key to be pressed. Capitalization doesn't matter - PRINT does the same as print which does the same as pRiNt. DarkBASIC Professional = too awesome.