Qore Programming Language

  • Increase font size
  • Default font size
  • Decrease font size

HelloWorld example

E-mail Print PDF
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: 
 
source: HelloWorld.q 
Last Updated on Monday, 04 June 2007 15:13