/* Do not remove the headers from this file! see /USAGE for more info. */ // simple cgi test string main() { return "At the tone, the time will be: "+ctime(time())+".\nBEEP!"; }