tests/gcc/common/src/hello.c

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

/* END COMMENT */
#include <stdio.h>

int main() {
    printf("hello world\n");
    return(0);
}

Generated by GNU enscript 1.6.3.