
class Hello {
    public static void main( String[] argv )
    {
	System.out.print( "Hello.\n" );
    }
}
