diff options
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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
|