diff options
| author | reecepwarner <[email protected]> | 2024-04-20 11:16:42 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-20 11:16:42 -0700 |
| commit | 58e7209a36a87e13c31ac9c598c7130c62d77535 (patch) | |
| tree | 8bae32b126c864b5f2a78427262fdb8d01a9f1a4 /CST 126/Homework 1/main.cpp | |
| parent | Finished guessing game (diff) | |
| download | homework-1-reecepwarner-58e7209a36a87e13c31ac9c598c7130c62d77535.tar.xz homework-1-reecepwarner-58e7209a36a87e13c31ac9c598c7130c62d77535.zip | |
Adding basic unit test to solution (#2)
* unit test
* Big changes to TempLog
* templog virtuallycomplete
* minor changes and tidying up
---------
Co-authored-by: rPatrickWarner <[email protected]>
Diffstat (limited to 'CST 126/Homework 1/main.cpp')
| -rw-r--r-- | CST 126/Homework 1/main.cpp | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/CST 126/Homework 1/main.cpp b/CST 126/Homework 1/main.cpp index 0c3de43..013857f 100644 --- a/CST 126/Homework 1/main.cpp +++ b/CST 126/Homework 1/main.cpp @@ -2,16 +2,10 @@ // Class: CST 126 // Date: 4/10/24 // Assignment: Homework 1 - -//clear the screen after each menu choice&& change text color?? - -#include "TempLogHelper.hpp" +#include "MenuHelper.hpp" int main() { - - //UserMenu(); - UserInput(); - + UserMenu(); return 0; }
\ No newline at end of file |