aboutsummaryrefslogtreecommitdiff
path: root/CST 126/Homework 1/main.cpp
diff options
context:
space:
mode:
authorrPatrickWarner <[email protected]>2024-04-12 16:42:26 -0700
committerrPatrickWarner <[email protected]>2024-04-12 16:42:26 -0700
commit6ef4b7dde3a91f2923a0c5b922bc1be1f4491ca0 (patch)
treeaeede3bbf36d4642b13e7d8fa3b8ef859ac29810 /CST 126/Homework 1/main.cpp
parentminor changes to currency (diff)
downloadhomework-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.cpp8
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