annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
0724916c0d6c added sample java project
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
1 package sample;
0724916c0d6c added sample java project
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
2
0724916c0d6c added sample java project
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
3 public class HelloWorld
0724916c0d6c added sample java project
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
4 {
11
63df01da9907 test test test
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 7
diff changeset
5 public static void main(String[] args)
63df01da9907 test test test
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 7
diff changeset
6 {
12
fca044a3296f remote modification
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 11
diff changeset
7 System.out.println("Hello World! !");
11
63df01da9907 test test test
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 7
diff changeset
8 }
7
0724916c0d6c added sample java project
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
9 }