/* $Id: hello.cc 1083 2004-08-01 01:10:39Z mreindl $ */ #include <iostream> #include "libhello.hh" using namespace std; int main(void) { print_hello(); cout << " "; print_world(); cout << " !" << endl; return(0); }