view SampleProject/src/sample/HelloWorld.java @ 24:f6e07a3d95a2

factor out the query for the highest group number into GroupQuery
author Dirk Olmes <dirk.olmes@codedo.de>
date Tue, 25 Oct 2016 15:48:15 +0000
parents 8ed422ce2c50
children
line wrap: on
line source

package sample;

public class HelloWorld
{
	public static void main(String[] args)
	{
		System.out.println("Hello World! !!");
	}
}