aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp
diff options
context:
space:
mode:
authortafaar <[email protected]>2022-10-18 14:45:03 -0700
committertafaar <[email protected]>2022-10-18 14:45:03 -0700
commit2f9f3767ae9cbdad8128d71d0eae95e0e8da5ffe (patch)
treed9af4c144f432918b5b3ea678fda9f5f973b3c72 /CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp
parentadded my name (diff)
downloadcst116-ch9-debugging-hill-2f9f3767ae9cbdad8128d71d0eae95e0e8da5ffe.tar.xz
cst116-ch9-debugging-hill-2f9f3767ae9cbdad8128d71d0eae95e0e8da5ffe.zip
commit 8
Diffstat (limited to 'CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp')
-rw-r--r--CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp
index e9e5b05..31549fb 100644
--- a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp
+++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp
@@ -72,7 +72,7 @@
* 4) Step into the PrintResults function.
* 5) Notice that the call stack now shows PrintResults on top of
* the stack.
-* Done.
+* Done..
********************************************************************/
#include <iostream>
using std::cout;