diff options
| author | tafaar <[email protected]> | 2022-10-18 14:45:03 -0700 |
|---|---|---|
| committer | tafaar <[email protected]> | 2022-10-18 14:45:03 -0700 |
| commit | 2f9f3767ae9cbdad8128d71d0eae95e0e8da5ffe (patch) | |
| tree | d9af4c144f432918b5b3ea678fda9f5f973b3c72 | |
| parent | added my name (diff) | |
| download | cst116-ch9-debugging-hill-2f9f3767ae9cbdad8128d71d0eae95e0e8da5ffe.tar.xz cst116-ch9-debugging-hill-2f9f3767ae9cbdad8128d71d0eae95e0e8da5ffe.zip | |
commit 8
| -rw-r--r-- | CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp | 2 |
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;
|