cocc_lex-yacc/samples/hello.c

4 lines
43 B
C

void main() {
printf("hello, world\n");
}