Friday, October 10, 2008

Hello World!

class HelloWorld {
static public void main( String args[] ) {
System.out.println( "Hello World!" );
}
}


P.S.:
The Hello World Collection with 400+ programs, including "Hello World" in 60+ human languages

No comments: