#!/bin/ch /* Famous Hello, world! in CGI/Ch */ printf("Content-type: text/plain\n\n"); printf("Hello, world!\n");