#include <stdio.h>
main()
{
  printf("Content-type: text/html\n\n");

  printf("Hello world\n");
}
