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