#include int main() { printf( "Content-type: text/plain\n\n" ); printf( "hello internet world\n" ); } // end of main()