diff options
| author | Trenton Stark <[email protected]> | 2022-10-26 20:19:16 -0700 |
|---|---|---|
| committer | Trenton Stark <[email protected]> | 2022-10-26 20:19:16 -0700 |
| commit | 8b4d8b62ff11d14adaba233a814cdd94b5a13f13 (patch) | |
| tree | 6f46612a448529c95f05c32f3569d287e56f760c | |
| parent | Fixed psuedo code (diff) | |
| download | cst116-ch10-debugging-stark-8b4d8b62ff11d14adaba233a814cdd94b5a13f13.tar.xz cst116-ch10-debugging-stark-8b4d8b62ff11d14adaba233a814cdd94b5a13f13.zip | |
| -rw-r--r-- | CST116-Ch10-Debugging/CST116-Ch10-Debugging-stark.cpp | 2 |
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 |