* Updated to jitcache-arm-x86 branch d4f6023b26c5+d1b5b1c106ac
[cacao.git] / tests / hello.java
1 public class hello {
2         public static void main(String[] s) {
3                 System.out.println ("Hello world");
4                 }
5         }