Initial commit.
[CMakeLuaTailorHgBridge.git] / CMakeLua / Tests / Java / HelloWorld.java
blob54246ec2676935b1f1c5309c5097f0219a870109
1 class HelloWorld
2 {
3 public static void main(String args[])
5 A a;
6 a = new A();
7 a.printName();
8 System.out.println("Hello World!");