#include<stdio.h>
#include<stdlib.h>
int main(void)
{
printf("Content-type: text/html\n\n");
printf("\n");
printf("Hello,world.\n");
exit(0);
}