woody/main.c

9 lines
91 B
C

#include <stdio.h>
int
main(int argc, char *argv[])
{
puts("hello, world");
return 0;
}