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