Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CppPrimerPlusRes/Chapter 2/myfirst.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ int main() // function header
// add the following code:
// cout << "Press any key to continue." <<endl;
// cin.get();
return 0; // terminate main()
return 0; // terminate main() test
} // end of function body