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