Untitled

 avatar
unknown
plain_text
4 years ago
93 B
11
Indexable
std::string likes(const std::vector<std::string> &names)
{
    return ""; // Do your magic!
}
Editor is loading...