changeset 11:63df01da9907

test test test
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 27 May 2008 14:59:33 +0200
parents 74e7b7fa02fe
children fca044a3296f
files SampleProject/src/sample/HelloWorld.java
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
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!");
+	}
 }