hello.cpp

#include <iostream>

void PrintHello()
{
   std::cout << "Hello world\n";
}