#include <stdio.h>

main()
{
  printf("Status: 204 No return\n") ;
  printf("Content-type: text/html\n\n") ;
}
