blob: f18a622a0170422c876aef885772228882764712 [file] [log] [blame]
Ian623ee9e2014-06-23 18:53:05 -07001package ceej.gerrit.test;
Ian512803f2014-06-20 17:56:46 -07002
3/**
4 * Hello world!
5 *
6 */
7public class App
8{
9 public static void main( String[] args )
10 {
11 System.out.println( "Hello World!" );
12 }
13}