aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp
diff options
context:
space:
mode:
author[email protected] <[email protected]>2022-10-12 14:35:51 -0700
committer[email protected] <[email protected]>2022-10-12 14:35:51 -0700
commit2eb2f2dde77ef5090f6a069f767947b6e6da9dfe (patch)
tree70f6c0620b4bdc3e201bea590e788f73431d1f9e /CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp
parentFinal Psuh (diff)
downloadcst116-chapter8-debugging-smith-benjamin-main.tar.xz
cst116-chapter8-debugging-smith-benjamin-main.zip
True Final PushHEADmain
Diffstat (limited to 'CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp')
-rw-r--r--CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp
index 2059456..6b0b61b 100644
--- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp
+++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp
@@ -55,8 +55,7 @@
* 7) Fix the problem and re-run to verify.
********************************************************************/
#include <iostream>
-using std::cout;
-using std::endl;
+using namespace std;
int main()
{