/* The Great Win32 Language Shootout http://dada.perl.it/shootout/ 
   contributed by Isaac Gouy (Nice novice)

   Transliterated from the Java implementation

To compile:	
   nicec --sourcepath=.. -a hello.jar hello

To run:
   java -jar hello.jar
*/


void main(String[] args){ 
   println("hello world"); 
}