From 85db1c9b742f443096bcfc59018e51a9f927efab Mon Sep 17 00:00:00 2001 From: Tim Pearse Date: Sat, 1 Oct 2022 12:19:14 -0700 Subject: Change 3: Commiting because it's cool and the steps want me to do it here Next Step : Copy the output from the run of your program to a text file in your project. Give the text file the same name as your project (except for the extension). --- CST116-BlankConsole/CST116-BlankConsole.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-BlankConsole.cpp index c0e1134..7180466 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.cpp +++ b/CST116-BlankConsole/CST116-BlankConsole.cpp @@ -12,7 +12,7 @@ using std::endl; int main() { - cout << "Hello World!" << endl; + cout << "My name is Timothy Pearse. My username on GitHub is legokid1503." << endl; } // Run program: Ctrl + F5 or Debug > Start Without Debugging menu -- cgit v1.2.3