changeset 13:8ed422ce2c50

yet another change
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 27 May 2008 15:08:49 +0200
parents fca044a3296f
children 3417db828923
files SampleProject/src/sample/HelloWorld.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/SampleProject/src/sample/HelloWorld.java	Tue May 27 15:08:01 2008 +0200
+++ b/SampleProject/src/sample/HelloWorld.java	Tue May 27 15:08:49 2008 +0200
@@ -4,6 +4,6 @@
 {
 	public static void main(String[] args)
 	{
-		System.out.println("Hello World! !");
+		System.out.println("Hello World! !!");
 	}
 }