diff options
Diffstat (limited to 'CST 126/Homework 1/main.cpp')
| -rw-r--r-- | CST 126/Homework 1/main.cpp | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/CST 126/Homework 1/main.cpp b/CST 126/Homework 1/main.cpp index 7743f13..0c3de43 100644 --- a/CST 126/Homework 1/main.cpp +++ b/CST 126/Homework 1/main.cpp @@ -3,17 +3,15 @@ // Date: 4/10/24 // Assignment: Homework 1 - //clear the screen after each menu choice&& change text color?? - - - -#include "GuessingHelper.hpp" +#include "TempLogHelper.hpp" int main() { - //CurrencyConversion(); - GuessingGame(); + + //UserMenu(); + UserInput(); + return 0; }
\ No newline at end of file |