public class Hello {
public static void main( String [] args ) {
System.out.println( "Hello, world" );
System.exit( 0 );
} }
7.5m questions
10.1m answers