diff options
| author | Asahel <[email protected]> | 2024-01-24 11:41:09 -0800 |
|---|---|---|
| committer | Asahel <[email protected]> | 2024-01-24 11:41:09 -0800 |
| commit | 35da7e6cc6e4ac549180b721cac7d71ae0e01ea2 (patch) | |
| tree | befea4536c0d2d929f4abfc1f11d8941eb6b9b24 | |
| parent | Finished Exercise 6 (diff) | |
| download | in-class-exercise-6-asahellt-35da7e6cc6e4ac549180b721cac7d71ae0e01ea2.tar.xz in-class-exercise-6-asahellt-35da7e6cc6e4ac549180b721cac7d71ae0e01ea2.zip | |
Finished
| -rw-r--r-- | InClassExercise6/InClassExercise6/Header.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/InClassExercise6/InClassExercise6/Header.h b/InClassExercise6/InClassExercise6/Header.h index 9274d48..79e7b7d 100644 --- a/InClassExercise6/InClassExercise6/Header.h +++ b/InClassExercise6/InClassExercise6/Header.h @@ -26,7 +26,7 @@ int math_func(int square = 2); int math_func(int a, int b); -int math_func(int A, int B, int C, int x = 2); +int math_func(int A, int B, int C, int x); long factorial(int a); #endif |