in vroom/bazelbuild-examples/cpp-tutorial/stage1/main/hello-world.cc [5:7]
std::string get_greet(const std::string& who) { return "Hello " + who; }