std::string helloName(std::string name) { return "Hello " + name + '!'; }