Mercurial > hg > test-repo
view SampleProject/src/sample/HelloWorld.java @ 10:74e7b7fa02fe
merge from eclipse repo
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Mon, 14 Apr 2008 03:04:23 +0200 |
parents | 0724916c0d6c |
children | 63df01da9907 |
line wrap: on
line source
package sample; public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World"); } }