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