#include "libhello.hh" #include #include using namespace std; void print_hello_world(void) { cout << "Hello world!" << endl; }