- Details
- Written by Administrator
- Parent Category: Qore Source Code Examples
- Last Updated: 22 January 2013
- Created: 04 June 2007
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}