korkeep

Homework overgit add hello/

No preview for this file type
No preview for this file type
...@@ -4,5 +4,7 @@ using namespace std; ...@@ -4,5 +4,7 @@ using namespace std;
4 int main() { 4 int main() {
5 5
6 cout << "hello world" << endl; 6 cout << "hello world" << endl;
7 +
8 + cout << "I love you professor " << endl;
7 return 0; 9 return 0;
8 } 10 }
...\ No newline at end of file ...\ No newline at end of file
......