#!/bin/ch #include int main() { printf("Content-type: text/plain\n\n"); printf("Hello, world!\n"); printf("Today is %s\n", __DATE__); }