diff --git a/c/c++.cpp b/c/c++.cpp index 701b1f39..7b3b10b6 100644 --- a/c/c++.cpp +++ b/c/c++.cpp @@ -4,6 +4,6 @@ using namespace std; int main() { - cout << "Hello World" << endl; - return 0; + cout << "Hello World" << endl; //print Hello Word on the screen + return 0; // for convention }