diff options
| author | tafaar <[email protected]> | 2022-10-18 14:45:16 -0700 |
|---|---|---|
| committer | tafaar <[email protected]> | 2022-10-18 14:45:16 -0700 |
| commit | 138e14aaf9d59ec6499c3dfe7f3e747cf8c84359 (patch) | |
| tree | d9af4c144f432918b5b3ea678fda9f5f973b3c72 /CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp | |
| parent | commit 9 (diff) | |
| download | cst116-ch9-debugging-hill-138e14aaf9d59ec6499c3dfe7f3e747cf8c84359.tar.xz cst116-ch9-debugging-hill-138e14aaf9d59ec6499c3dfe7f3e747cf8c84359.zip | |
commit 10
Diffstat (limited to 'CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp')
| -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;
|