#include <iostream>

int main()
{
    // put "Hello world\n" to the character output
    std::cout << "Hello, world!\n";
}