HN user

zoodle

23 karma
Posts16
Comments3
View on HN
Uber CLI 9 years ago

Not sure this was submitted by the original author. I forwarded a note to the repo owner pointing back here.

Why I like Java 12 years ago

Any language right? Here's classic C++.

  #include <iostream>

  int main ()
  {
    std::cout << std::cin.rdbuf();
    return 0;
  }