const std::string hello_string::get_string()

in hello-buck-cxx/hello-string.cxx [11:15]


const std::string hello_string::get_string() {

  return( HELLO );

}