diff options
| author | prestonderek <[email protected]> | 2022-10-07 14:26:08 -0700 |
|---|---|---|
| committer | prestonderek <[email protected]> | 2022-10-07 14:26:08 -0700 |
| commit | b16f91f11c85b0d2b8780d05ea72e01cf60e9a5f (patch) | |
| tree | 42b1126c025c4765ba62e4ad8864b57cb0fc3997 /CST116-Ch6-Debugging | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-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.cpp | 2 |
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;
|