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