aboutsummaryrefslogtreecommitdiff
path: root/CST116-BlankConsole/CST116-BlankConsole.cpp
diff options
context:
space:
mode:
authorMorgan Cyrus <[email protected]>2022-10-01 12:19:56 -0700
committerMorgan Cyrus <[email protected]>2022-10-01 12:19:56 -0700
commit87a3428be192085359cdb454e81d45809f43fd8b (patch)
tree3a08c5fe7892c858a82a78c56497cf102fa057eb /CST116-BlankConsole/CST116-BlankConsole.cpp
parentreplace \n with endl (diff)
downloadcst116-lab0-cyrus-87a3428be192085359cdb454e81d45809f43fd8b.tar.xz
cst116-lab0-cyrus-87a3428be192085359cdb454e81d45809f43fd8b.zip
Add a cout statement
Diffstat (limited to 'CST116-BlankConsole/CST116-BlankConsole.cpp')
-rw-r--r--CST116-BlankConsole/CST116-BlankConsole.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-BlankConsole.cpp
index 75218a4..6eb6660 100644
--- a/CST116-BlankConsole/CST116-BlankConsole.cpp
+++ b/CST116-BlankConsole/CST116-BlankConsole.cpp
@@ -13,6 +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;
}
// Run program: Ctrl + F5 or Debug > Start Without Debugging menu