blob: 51d682acc343cf5dbade188690a2db05f4befcb7 [file] [log] [blame]
/* -*- mode: c -*-
* $Id$
* http://www.bagley.org/~doug/shootout/
*/
#include <stdio.h>
int main() {
puts("hello world\n");
return(0);
}