diff options
Diffstat (limited to 'CST 126/Homework 1/main.cpp')
| -rw-r--r-- | CST 126/Homework 1/main.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/CST 126/Homework 1/main.cpp b/CST 126/Homework 1/main.cpp index 8946c16..013857f 100644 --- a/CST 126/Homework 1/main.cpp +++ b/CST 126/Homework 1/main.cpp @@ -2,15 +2,10 @@ // Class: CST 126 // Date: 4/10/24 // Assignment: Homework 1 - -//clear the screen after each menu choice&& change text color?? - #include "MenuHelper.hpp" int main() { - UserMenu(); - return 0; }
\ No newline at end of file |