diff --git a/index.c b/index.c new file mode 100644 index 0000000..563c1f4 --- /dev/null +++ b/index.c @@ -0,0 +1,7 @@ +#include + +int main() { + printf("Content-type: text/plain\n\n"); + printf("Hello from C\n"); + return 0; +}