From 2eb2f2dde77ef5090f6a069f767947b6e6da9dfe Mon Sep 17 00:00:00 2001 From: "smithbenjamin2022@gmail.com" Date: Wed, 12 Oct 2022 14:35:51 -0700 Subject: True Final Push --- CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp') 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 -using std::cout; -using std::endl; +using namespace std; int main() { -- cgit v1.2.3