1: #include <iostream> 2: using namespace std; 3: int main() 4: { 5: cout << "Hello world!" << endl; 6: return 0; 7: }
No comments:
Post a Comment