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