#include <iostream.h>

int main(int argc, char **argv)
{
  cout << "Hello, world!\n";
  return 0;
}
