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