plain text version:helloworld.csp
1| package helloworld; 2| 3| function main() 4| { 5| out.printf("Hello world!"); 6| }