#!c:\Python26\python.exe print "Content-Type: text/html\n" print "Hello from Python"
int main() { printf("HTTP/1.0 200 OK\nContent-Type: text/html"); printf("\n\n\n"); printf("Hello fromo C"); return 0; }