annotate 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
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 {
13
8ed422ce2c50 yet another change
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 12
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 }