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