diff options
Diffstat (limited to 'CST116F2021-Proj3/Project 3.cpp')
| -rw-r--r-- | CST116F2021-Proj3/Project 3.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CST116F2021-Proj3/Project 3.cpp b/CST116F2021-Proj3/Project 3.cpp index 2e47c63..790a2b0 100644 --- a/CST116F2021-Proj3/Project 3.cpp +++ b/CST116F2021-Proj3/Project 3.cpp @@ -28,6 +28,8 @@ int main() int iM = 0; int jM = 0; + Menu(); + ProcessChoice(choice); if (choice == 1) |