Recent comments

aloeverahe
Inhumane? Or Inhuman?

Adeline
Play with a frog? But... what if I can't find him?

Joker-Davian Williams
Com,mas everyw,h,ere commas, everywhere, commas don't, belong everywhere,

Jarod Kintz
Imma do both just in case.

a casual observer
Exactly! The edit function is there for a reason, so that we can improve other …

More

animigniti's quotes

All quotes

Anonymous - Hello World
#include <iostream> using namespace std; int main { cout << "Hello World" << endl; cout << "This is a C++ program" << endl; cout << "Do you like programming?" << endl; system("pause"); return 0; }.