#include int main(void) { printf("Content-type: text/html\n\n"); printf("Hello\n"); printf("Goodbye Cruel World\n"); printf(""); return 1; }