#include int main( void ) { printf( "Content-type: text/html\n\n" ); printf( "Hello World\n" ); printf( "

Hello World

\n" ); return 0; }