comparison 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
comparison
equal deleted inserted replaced
11:63df01da9907 12:fca044a3296f
2 2
3 public class HelloWorld 3 public class HelloWorld
4 { 4 {
5 public static void main(String[] args) 5 public static void main(String[] args)
6 { 6 {
7 System.out.println("Hello World!"); 7 System.out.println("Hello World! !");
8 } 8 }
9 } 9 }