From 8718f3f6d54c34f780d7c15d0e43279905acb3d3 Mon Sep 17 00:00:00 2001 From: EXStevens Date: Thu, 15 Jun 2023 00:47:05 +0800 Subject: [PATCH] Update myfirst.cpp --- CppPrimerPlusRes/Chapter 2/myfirst.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppPrimerPlusRes/Chapter 2/myfirst.cpp b/CppPrimerPlusRes/Chapter 2/myfirst.cpp index f51cc53..a06bdb0 100644 --- a/CppPrimerPlusRes/Chapter 2/myfirst.cpp +++ b/CppPrimerPlusRes/Chapter 2/myfirst.cpp @@ -11,5 +11,5 @@ int main() // function header // add the following code: // cout << "Press any key to continue." <