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