Mercurial > hg > test-repo
diff 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 diff
--- a/SampleProject/src/sample/HelloWorld.java Mon Apr 14 03:04:23 2008 +0200 +++ b/SampleProject/src/sample/HelloWorld.java Tue May 27 14:59:33 2008 +0200 @@ -1,10 +1,9 @@ - package sample; public class HelloWorld { - public static void main(String[] args) - { - System.out.println("Hello World"); - } + public static void main(String[] args) + { + System.out.println("Hello World!"); + } }