Mercurial > hg > test-repo
view SampleProject/src/sample/HelloWorld.java @ 15:b9bdd9dce402
added test failure
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sun, 15 Jun 2008 08:36:59 +0200 |
parents | 8ed422ce2c50 |
children |
line wrap: on
line source
package sample; public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World! !!"); } }