Group Anagrams Using Custom String Hashes

The question Group Anagrams on Leetcode is about...

std::cout << "Hello "; if (3 > 2) { std::cout << "World!" << std::endl; }

Comments