ab1fd58e14fecab4d64ac73afffe9fc9056b6b81
[cacao.git] / tests / regression / HelloWorld.java
1 public class HelloWorld {
2     public static void main(String[] argv) {
3         System.out.println("OK");
4     }
5 }