* src/threads/threadlist.cpp: Fixed strategy for giving out thread indexes.
[cacao.git] / tests / hello.java
1 public class hello {
2         public static void main(String[] s) {
3                 System.out.println ("Hello world");
4                 }
5         }