diff options
| author | tafaar <[email protected]> | 2022-10-11 18:58:10 -0700 |
|---|---|---|
| committer | tafaar <[email protected]> | 2022-10-11 18:58:10 -0700 |
| commit | 3ebd708670bd8a0d232e2e7a229e86f0db54b0ca (patch) | |
| tree | 95f27ac3c7b046b75d13fa6a9b686281d3b7b3b2 /CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp | |
| parent | success (diff) | |
| download | cst116-chapter8-debugging-hill-3ebd708670bd8a0d232e2e7a229e86f0db54b0ca.tar.xz cst116-chapter8-debugging-hill-3ebd708670bd8a0d232e2e7a229e86f0db54b0ca.zip | |
finished
Diffstat (limited to 'CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp')
| -rw-r--r-- | CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp index 433fb80..a4b3d0c 100644 --- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp +++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp @@ -67,7 +67,7 @@ *
* 7) Fix the problem and re-run to verify.
*
-* Success
+* Success.
********************************************************************/
#include <iostream>
using std::cout;
|