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