#include int main() { printf("Content-type: text/plain\n\n"); printf("Hello from C\n"); return 0; }