diff options
| author | rPatrickWarner <[email protected]> | 2024-04-12 16:42:26 -0700 |
|---|---|---|
| committer | rPatrickWarner <[email protected]> | 2024-04-12 16:42:26 -0700 |
| commit | 6ef4b7dde3a91f2923a0c5b922bc1be1f4491ca0 (patch) | |
| tree | aeede3bbf36d4642b13e7d8fa3b8ef859ac29810 /CST 126/Homework 1/main.cpp | |
| parent | minor changes to currency (diff) | |
| download | homework-1-reecepwarner-6ef4b7dde3a91f2923a0c5b922bc1be1f4491ca0.tar.xz homework-1-reecepwarner-6ef4b7dde3a91f2923a0c5b922bc1be1f4491ca0.zip | |
GuessingGameProgress
Diffstat (limited to 'CST 126/Homework 1/main.cpp')
| -rw-r--r-- | CST 126/Homework 1/main.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CST 126/Homework 1/main.cpp b/CST 126/Homework 1/main.cpp index 8671b6e..7743f13 100644 --- a/CST 126/Homework 1/main.cpp +++ b/CST 126/Homework 1/main.cpp @@ -7,13 +7,13 @@ //clear the screen after each menu choice&& change text color?? -#include <iostream> -#include "CurrencyHelper.hpp" + +#include "GuessingHelper.hpp" int main() { - CurrencyConversion(); - + //CurrencyConversion(); + GuessingGame(); return 0; }
\ No newline at end of file |