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