diff options
| author | tafaar <[email protected]> | 2022-10-11 18:58:03 -0700 |
|---|---|---|
| committer | tafaar <[email protected]> | 2022-10-11 18:58:03 -0700 |
| commit | af997781362c9f2d55e4a400f8569876e0d70207 (patch) | |
| tree | d7e693bdda2eaf719a3f6cab622b79a98c80068e | |
| parent | Answered 4.5-6 (diff) | |
| download | cst116-chapter8-debugging-hill-af997781362c9f2d55e4a400f8569876e0d70207.tar.xz cst116-chapter8-debugging-hill-af997781362c9f2d55e4a400f8569876e0d70207.zip | |
success
| -rw-r--r-- | CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp index 1e20102..433fb80 100644 --- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp +++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp @@ -66,6 +66,8 @@ * In the for loop.
*
* 7) Fix the problem and re-run to verify.
+*
+* Success
********************************************************************/
#include <iostream>
using std::cout;
|