JimmdilUni's blog

By JimmdilUni, history, 5 hours ago, In English

include

using namespace std;

define endl '\n'

int main() { std::cout << "Hello World!" << endl; return 0; }

Full text and comments »

  • Vote: I like it
  • -14
  • Vote: I do not like it