Δημοσιεύτηκε: 22 Φεβ 2009, 21:53
από Dreamcatcher
Κώδικας: Επιλογή όλων
#include <iostream>
using namespace std;
int main(void)
{
cout << "Hello" << endl;
system("PAUSE");
return 0;
}


here you are...