blob: fa052922f3a45001d83994a83369d0c5014f9343 [file] [log] [blame]
package org.test.child1;
/**
* Hello world!
*
*/
public class App2
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}