tests/gcj/common/src/hello.java

// $Id: hello.java,v 1.2 2003/12/30 01:21:23 davidw Exp $
// http://www.bagley.org/~doug/shootout/

// END COMMENT
public class hello {
    public static void main(String args[]) {
	System.out.print("hello world\n");
    }
}

Generated by GNU enscript 1.6.3.