Console Apps

I touched on this language when it was Realbasic, but I would like to know if someone can point me to a sample Hello World program for the console

Make new console project.
Add run event to app with following code:

print "Hello World"

Done.