We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc34bcd + e06bd89 commit 7e9cbc5Copy full SHA for 7e9cbc5
ch01/ex1_09.cpp
@@ -11,6 +11,7 @@ int main()
11
}
12
std::cout << "the sum is: " << sum << std::endl;
13
system("pause");
14
+ system("pause");
15
return 0;
16
17
0 commit comments