diff options
Diffstat (limited to 'CST 126/Homework 1/main.cpp')
| -rw-r--r-- | CST 126/Homework 1/main.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/CST 126/Homework 1/main.cpp b/CST 126/Homework 1/main.cpp index 9768cd1..7ae59ab 100644 --- a/CST 126/Homework 1/main.cpp +++ b/CST 126/Homework 1/main.cpp @@ -8,12 +8,11 @@ #include <iostream> -#include "Helper.hpp" +#include "CurrencyHelper.hpp" int main() { - double MyMoney = 5.04; - //std::cout << Dollars_USD(MyMoney); + CurrencyConversion(); return 0; }
\ No newline at end of file |