examples/HelloWorld.java
author Claus Gittinger <cg@exept.de>
Thu, 24 Nov 2011 13:02:05 +0100
changeset 2330 b189800c0d92
parent 749 e898eaeff091
permissions -rw-r--r--
automatically generated by browser

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