in vroom/bazelbuild-examples/cpp-tutorial/stage2/main/hello-greet.cc [4:6]
std::string get_greet(const std::string& who) { return "Hello " + who; }