Uber CLI 9 years agoNot sure this was submitted by the original author. I forwarded a note to the repo owner pointing back here. 0ThreadHN
Why I like Java 12 years agoAny language right? Here's classic C++. #include <iostream> int main () { std::cout << std::cin.rdbuf(); return 0; } 0ThreadHN
Why I like Java 12 years agoC++ does include hash functions. Of course, most will just use std::unordered_map.http://www.cplusplus.com/reference/functional/hash/ 0ThreadHN