#include <stdio.h>

main()
{
  printf("Hello world!\n");
  exit(0);
}
