#include <stdio.h>
void main( void ){   
        printf("Content-Type: text/html\n\n");
        printf("Hello ");
        printf("World!");
}

