misc
[phpeclipse.git] / net.sourceforge.phpeclipse.tests / src / test / HelloWorld.java
1 package test;
2
3 class HelloWorld
4
5         public static void main(String args[])
6         {
7            System.out.println("Hello World!");
8         }
9