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