Mercurial > hg > test-repo
view SampleProject/src/sample/HelloWorld.java @ 12:fca044a3296f
remote modification
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 27 May 2008 15:08:01 +0200 |
parents | 63df01da9907 |
children | 8ed422ce2c50 |
line wrap: on
line source
package sample; public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World! !"); } }