#include <stdio.h>

main()
{
   printf("Hello, world.


");
   exit(0);
}
