#include <iostream>

void print_hello()
{
    std::cout << "hello" << std::endl;
}