comparison SampleProject/src/sample/HelloWorld.java @ 13:8ed422ce2c50

yet another change
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 27 May 2008 15:08:49 +0200
parents fca044a3296f
children
comparison
equal deleted inserted replaced
12:fca044a3296f 13:8ed422ce2c50
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 }