aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CST 126/Homework 1/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CST 126/Homework 1/main.cpp b/CST 126/Homework 1/main.cpp
index 7923df2..cf22bcd 100644
--- a/CST 126/Homework 1/main.cpp
+++ b/CST 126/Homework 1/main.cpp
@@ -14,7 +14,7 @@ int main()
{
int choice = 0;
do {
- cout << "Welcome to our program! Here are your options:" << endl;
+ cout << "Welcome to my program! Here are your options:" << endl;
cout << "0. Quit" << endl;
cout << "1. Money Converter" << endl;
cout << "2. Guessing Game" << endl;