diff options
| author | rPatrickWarner <[email protected]> | 2024-04-20 11:05:44 -0700 |
|---|---|---|
| committer | rPatrickWarner <[email protected]> | 2024-04-20 11:05:44 -0700 |
| commit | 7f537fed56a4e90d16a89cf84b5fc2511ad64827 (patch) | |
| tree | 8bae32b126c864b5f2a78427262fdb8d01a9f1a4 /CST 126/Homework 1/main.cpp | |
| parent | templog virtuallycomplete (diff) | |
| download | homework-1-reecepwarner-feature/unit+tests.tar.xz homework-1-reecepwarner-feature/unit+tests.zip | |
minor changes and tidying upfeature/unit+tests
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 |