aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch9-Debugging-Ahmed/CST116-Ch9-Debugging-Ahmed.cpp
diff options
context:
space:
mode:
authorMusa Ahmed <[email protected]>2022-10-19 16:58:07 -0700
committerMusa Ahmed <[email protected]>2022-10-19 16:58:07 -0700
commitb875a4382583283855ccb671bd554a111d19b71c (patch)
tree21714a4277d998c7434d1cfffa5bf5a8af3768d0 /CST116-Ch9-Debugging-Ahmed/CST116-Ch9-Debugging-Ahmed.cpp
parentAdded the output txt (diff)
downloadcst116-ch9-debugging-m005a-b875a4382583283855ccb671bd554a111d19b71c.tar.xz
cst116-ch9-debugging-m005a-b875a4382583283855ccb671bd554a111d19b71c.zip
Added comments
Diffstat (limited to 'CST116-Ch9-Debugging-Ahmed/CST116-Ch9-Debugging-Ahmed.cpp')
-rw-r--r--CST116-Ch9-Debugging-Ahmed/CST116-Ch9-Debugging-Ahmed.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/CST116-Ch9-Debugging-Ahmed/CST116-Ch9-Debugging-Ahmed.cpp b/CST116-Ch9-Debugging-Ahmed/CST116-Ch9-Debugging-Ahmed.cpp
index 00ef3ff..1b1a059 100644
--- a/CST116-Ch9-Debugging-Ahmed/CST116-Ch9-Debugging-Ahmed.cpp
+++ b/CST116-Ch9-Debugging-Ahmed/CST116-Ch9-Debugging-Ahmed.cpp
@@ -67,6 +67,8 @@
* 5) Notice that the call stack now shows PrintResults on top of
* the stack.
********************************************************************/
+
+//Musa Ahmed, CST 116, CH9 Debugging.
#include <iostream>
using std::cout;
using std::cin;