Robert Shepherd

175
reputation
11
 #include<string>
 
 int main()
 {
 constexpr std::string robert_shepherd = [](){
 return std::string("I love c++ (somewhat obsessed).");
 }();
 }