aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
diff options
context:
space:
mode:
authorTrenton Stark <[email protected]>2022-10-22 12:04:00 -0700
committerTrenton Stark <[email protected]>2022-10-22 12:04:00 -0700
commitdd38423258f9fe824e3e0d51564f146f69b2fb67 (patch)
tree465793f248f7ac7a2be004908806d1dc8495ceec /CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
parentSetting up GitHub Classroom Feedback (diff)
downloadcst116-ch10-debugging-stark-dd38423258f9fe824e3e0d51564f146f69b2fb67.tar.xz
cst116-ch10-debugging-stark-dd38423258f9fe824e3e0d51564f146f69b2fb67.zip
Completed exercise 1
Diffstat (limited to 'CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp')
-rw-r--r--CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
index 1e3d58b..bc7ada8 100644
--- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
+++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
@@ -81,8 +81,7 @@ using std::setw;
void GetAndDisplayWelcomeInfo();
void FunctionOne(int varX[], int varY[]);
void FunctionTwo(const int varX[], const int varY[], int varZ[]);
-void PrintFunction(const int varX[], const int varY[],
- const int varZ[]);
+void PrintFunction(const int varX[], const int varY[], const int varZ[]);
const int SIZE = 5;