// file: hello/hello.cxx -*- C++ -*- #include #include using namespace std; namespace hello { void say_formatted (const string& m) { print (m); } }