aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp
diff options
context:
space:
mode:
authorAaron Hill <[email protected]>2022-10-05 14:21:14 -0700
committerAaron Hill <[email protected]>2022-10-05 14:21:14 -0700
commit2cf7dce9f7d5c0aa8bae7434f5f07021ce373112 (patch)
tree59717e788406ecf08b48f0d913c9c6571d20692d /CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp
parentremoved ; after else (diff)
downloadcst116-ch7-debugging-hill-2cf7dce9f7d5c0aa8bae7434f5f07021ce373112.tar.xz
cst116-ch7-debugging-hill-2cf7dce9f7d5c0aa8bae7434f5f07021ce373112.zip
Finished
Diffstat (limited to 'CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp')
-rw-r--r--CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp
index 3db50de..f8b98f1 100644
--- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp
+++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp
@@ -57,6 +57,7 @@
* Because there is a ";" after the else before the next statement is read.
*
* 6) Fix the problem and re-run to verify the problem was corrected.
+* Done.
********************************************************************/
#include <iostream>