in hello-buck-cxx/hello-buck.cxx [4:12]
int main () { hello_string * hello = new hello_string(); std::cout << "Hello, " << hello -> get_string() << std::endl; return( 0 ); }