// listing2.2.cpp #include <iostream> int main() { using namespace std; cout << "Hello world! using namespace std" << endl; return 0; }
Hello world! using namespace std Process returned 0 (0x0) execution time : 0.081 s Press any key to continue.
Tidak ada komentar:
Posting Komentar