# HG changeset patch # User Dirk Olmes # Date 1211893173 -7200 # Node ID 63df01da990720d3e820b93ea558a401d1a2f5e2 # Parent 74e7b7fa02feb39cba5d937aa7195e538818f118 test test test diff -r 74e7b7fa02fe -r 63df01da9907 SampleProject/src/sample/HelloWorld.java --- a/SampleProject/src/sample/HelloWorld.java Mon Apr 14 03:04:23 2008 +0200 +++ b/SampleProject/src/sample/HelloWorld.java Tue May 27 14:59:33 2008 +0200 @@ -1,10 +1,9 @@ - package sample; public class HelloWorld { - public static void main(String[] args) - { - System.out.println("Hello World"); - } + public static void main(String[] args) + { + System.out.println("Hello World!"); + } }