From 982f5f56dea52bf917ae329d0a77c19e95d14ebc Mon Sep 17 00:00:00 2001 From: Cameron Santos Date: Wed, 10 Sep 2025 11:52:18 -0700 Subject: [PATCH] Add welcome message at the start (closes #62) --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index a495fc9..8d0e46c 100644 --- a/main.cpp +++ b/main.cpp @@ -3,6 +3,7 @@ int main() { + cout << "Welcome to the DisplayMath Program!" << endl; std::cout << "THE FIRST EXAMPLE MATH DISPLAY!\n"; std::cout << "Hi, please enter two whole numbers: ";