aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch6-Debugging
diff options
context:
space:
mode:
authorprestonderek <[email protected]>2022-10-07 14:26:08 -0700
committerprestonderek <[email protected]>2022-10-07 14:26:08 -0700
commitb16f91f11c85b0d2b8780d05ea72e01cf60e9a5f (patch)
tree42b1126c025c4765ba62e4ad8864b57cb0fc3997 /CST116-Ch6-Debugging
parentSetting up GitHub Classroom Feedback (diff)
downloadcst116-ch6-debugging-prestonderek-b16f91f11c85b0d2b8780d05ea72e01cf60e9a5f.tar.xz
cst116-ch6-debugging-prestonderek-b16f91f11c85b0d2b8780d05ea72e01cf60e9a5f.zip
Commit at step 6 of debug 1
Diffstat (limited to 'CST116-Ch6-Debugging')
-rw-r--r--CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp
index 497e2f8..c45bf74 100644
--- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp
+++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp
@@ -35,6 +35,8 @@
* correctly.
********************************************************************/
+//Commit at step 6. Output was -32 which isn't right!
+
#include <iostream>
#include <iomanip>
using std::cout;