aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortafaar <[email protected]>2022-10-11 18:58:03 -0700
committertafaar <[email protected]>2022-10-11 18:58:03 -0700
commitaf997781362c9f2d55e4a400f8569876e0d70207 (patch)
treed7e693bdda2eaf719a3f6cab622b79a98c80068e
parentAnswered 4.5-6 (diff)
downloadcst116-chapter8-debugging-hill-af997781362c9f2d55e4a400f8569876e0d70207.tar.xz
cst116-chapter8-debugging-hill-af997781362c9f2d55e4a400f8569876e0d70207.zip
success
-rw-r--r--CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp2
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;