#include int main() { puts("Content-type: text/plain\n"); puts("Hello, world! (C)"); return 0; }