apenwarr-redo/Documentation/cookbook/hello/hello.c
2018-11-24 14:36:02 -05:00

6 lines
No EOL
79 B
C

#include <stdio.h>
int main() {
printf("Hello, world!\n");
return 0;
}