diff options
| author | Miles-Cell <[email protected]> | 2024-03-21 12:34:56 -0700 |
|---|---|---|
| committer | Miles-Cell <[email protected]> | 2024-03-21 12:34:56 -0700 |
| commit | 26b7103cd7120e2decae29e1bd34153c91341b7c (patch) | |
| tree | 2acac413f1c452bd314668497e6f77f3c56a27e8 | |
| parent | Exercise completed, fixed and pushed. (diff) | |
| download | in-class-exercise-6-miles-cell-26b7103cd7120e2decae29e1bd34153c91341b7c.tar.xz in-class-exercise-6-miles-cell-26b7103cd7120e2decae29e1bd34153c91341b7c.zip | |
Exercise complete! Had to stage files.develop
| -rw-r--r-- | In Class Exercise 6/In Class Exercise 6/Header.h | 2 | ||||
| -rw-r--r-- | In Class Exercise 6/In Class Exercise 6/Source.cpp | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/In Class Exercise 6/In Class Exercise 6/Header.h b/In Class Exercise 6/In Class Exercise 6/Header.h index 2d68e0a..81315df 100644 --- a/In Class Exercise 6/In Class Exercise 6/Header.h +++ b/In Class Exercise 6/In Class Exercise 6/Header.h @@ -24,4 +24,4 @@ int math(int A, int B, int C, int x = 2) } -#endif MAIN_H
\ No newline at end of file +#endif MAIN_H diff --git a/In Class Exercise 6/In Class Exercise 6/Source.cpp b/In Class Exercise 6/In Class Exercise 6/Source.cpp index 40dc040..4ac16a4 100644 --- a/In Class Exercise 6/In Class Exercise 6/Source.cpp +++ b/In Class Exercise 6/In Class Exercise 6/Source.cpp @@ -21,3 +21,4 @@ int main() + |