#include int main( int argc, char **argv ) { fprintf( stdout,"Content-type: text/plain\n\n" ); fprintf( stdout,"hello world!\n" ); }