#include <iostream>
#include "hello.hpp"
void hello()
{
    std::cout << "hello with standalone compiling unit" << std::endl;
}
// vim: set sw=4 ts=4 sts=4 et:
