00001 #include <cppscript> 00002 00003 var script_main(var) 00004 { 00005 writeln("Hello world!"); 00006 return 0; 00007 }