aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor Rogers <[email protected]>2022-10-25 20:27:14 -0700
committerTaylor Rogers <[email protected]>2022-10-25 20:27:14 -0700
commitafa5452266d313fd02ccaf79ef85e63057e4d565 (patch)
treee1f6cb97f40fd5638cf912d0549309eee38fdfd6
parentCompleted exercise 1 (diff)
downloadcst116-ch10-debugging-taylorrog-afa5452266d313fd02ccaf79ef85e63057e4d565.tar.xz
cst116-ch10-debugging-taylorrog-afa5452266d313fd02ccaf79ef85e63057e4d565.zip
Changed SIZE to 10
-rw-r--r--CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
index ec2db92..7cc5053 100644
--- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
+++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
@@ -87,7 +87,7 @@ void FunctionTwo(const int varX[], const int varY[], int varZ[]);
void PrintFunction(const int varX[], const int varY[],
const int varZ[]);
-const int SIZE = 5;
+const int SIZE = 10;
int main()
{