// file: hello/hello.cxx -*- C++ -*- #include #include #include using namespace std; namespace hello { void say (const string& n) { print (format ("Hello", n)); } }