#include <stdio.h>

void main(){
	printf("Content-Type: text/html; charset=UTF-8\n\n");
	printf("hello world in c\n");
}
