aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrenton Stark <[email protected]>2022-10-12 21:34:47 -0700
committerTrenton Stark <[email protected]>2022-10-12 21:34:47 -0700
commit1f2ea011f6d32c2ddcddea01f358d67f2c3b942b (patch)
treed1e22ec2be31d92e4f15c7b44a75d09b7fda5b1e
parentAdded psuedo code (diff)
downloadcst116-ch8-debugging-stark-main.tar.xz
cst116-ch8-debugging-stark-main.zip
FinishedHEADmain
-rw-r--r--CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp
index e538fcb..6244509 100644
--- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp
+++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp
@@ -55,6 +55,7 @@
* 6) Where was 10 assigned to count?
* During the for loop
* 7) Fix the problem and re-run to verify.
+* Finished
********************************************************************/
#include <iostream>
using std::cout;