Mercurial > hg > test-repo
comparison SampleProject/src/sample/HelloWorld.java @ 11:63df01da9907
test test test
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 27 May 2008 14:59:33 +0200 |
parents | 0724916c0d6c |
children | fca044a3296f |
comparison
equal
deleted
inserted
replaced
10:74e7b7fa02fe | 11:63df01da9907 |
---|---|
1 | |
2 package sample; | 1 package sample; |
3 | 2 |
4 public class HelloWorld | 3 public class HelloWorld |
5 { | 4 { |
6 public static void main(String[] args) | 5 public static void main(String[] args) |
7 { | 6 { |
8 System.out.println("Hello World"); | 7 System.out.println("Hello World!"); |
9 } | 8 } |
10 } | 9 } |