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