Skip to content

Commit 7e9cbc5

Browse files
committed
Merge branch 'master' of https://github.com/Evil2017/C-Primer5
2 parents dc34bcd + e06bd89 commit 7e9cbc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ch01/ex1_09.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ int main()
1111
}
1212
std::cout << "the sum is: " << sum << std::endl;
1313
system("pause");
14+
system("pause");
1415
return 0;
1516
}
1617

0 commit comments

Comments
 (0)