aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrenton Stark <[email protected]>2022-10-26 20:19:16 -0700
committerTrenton Stark <[email protected]>2022-10-26 20:19:16 -0700
commit8b4d8b62ff11d14adaba233a814cdd94b5a13f13 (patch)
tree6f46612a448529c95f05c32f3569d287e56f760c
parentFixed psuedo code (diff)
downloadcst116-ch10-debugging-stark-8b4d8b62ff11d14adaba233a814cdd94b5a13f13.tar.xz
cst116-ch10-debugging-stark-8b4d8b62ff11d14adaba233a814cdd94b5a13f13.zip
Fixed capitalization. FinishedHEADmain
-rw-r--r--CST116-Ch10-Debugging/CST116-Ch10-Debugging-stark.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging-stark.cpp b/CST116-Ch10-Debugging/CST116-Ch10-Debugging-stark.cpp
index 7ea4aa5..0eb369b 100644
--- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging-stark.cpp
+++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging-stark.cpp
@@ -150,4 +150,4 @@ void PrintFunction(const int varX[20], const int varY[20], const int varZ[20])
cout << "\t" << setw(3) << varX[x]
<< "\t " << varY[x]
<< "\t " << varZ[x] << endl;
-}
+} \ No newline at end of file