view SampleProject/src/sample/HelloWorld.java @ 11:63df01da9907

test test test
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 27 May 2008 14:59:33 +0200
parents 0724916c0d6c
children fca044a3296f
line wrap: on
line source

package sample;

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