תגובות אחרונות

Ricardo Aguilera
Listo

Serita McKenzie
it was good

Suzanne Collins
thank you

MOOMOMOMMomo
I appreciate the honesty :)

ibsnuggs
Agreed! The best website just for procrastinating and typing. Can't think of a better one …

עוד

animigniti's ציטוטים

הכול ציטוטים

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; }.