diff options
| author | Morgan Cyrus <[email protected]> | 2022-10-02 21:18:22 -0700 |
|---|---|---|
| committer | Morgan Cyrus <[email protected]> | 2022-10-02 21:18:22 -0700 |
| commit | 3b75b2ad4461c9e837aac3da1a574f0ab10f511c (patch) | |
| tree | 892315defbf80e6e435983c860985933c9e64087 /CST116-BlankConsole | |
| parent | Checklist.txt (diff) | |
| download | cst116-lab0-cyrus-main.tar.xz cst116-lab0-cyrus-main.zip | |
Diffstat (limited to 'CST116-BlankConsole')
| -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 6eb6660..a34f52e 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.cpp +++ b/CST116-BlankConsole/CST116-BlankConsole.cpp @@ -13,7 +13,7 @@ using std::endl; int main()
{
cout << "Hello World!" << endl;
- cout << "Hello, my name is Morgan..." << endl << "GitHub is a repository for our code where this is going to end up" << endl;
+ cout << "Hello, my name is Morgan..." << endl << "GitHub is a repository for our code where this is going to end up. My GitHub name is Radioflyer32 or Morgan Cyrus..." << endl;
}
// Run program: Ctrl + F5 or Debug > Start Without Debugging menu
|