An object-oriented, multithreaded "hello world" example program :-)
The simplest form would actually be just:
print("hello world\n");
This gives (a little) more of Qore:
{htmlfile}examples/HelloWorld.q.html{/htmlfile}