aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrenton Stark <[email protected]>2022-10-01 12:23:56 -0700
committerTrenton Stark <[email protected]>2022-10-01 12:23:56 -0700
commitb571a022196deab38317e59e44f7eda9d81a8948 (patch)
tree620c21ce7091b7b71438fb9d34953440f4e8afae
parentAdded a checklist describing how to push projects (diff)
downloadcst116-lab0-starktre-b571a022196deab38317e59e44f7eda9d81a8948.tar.xz
cst116-lab0-starktre-b571a022196deab38317e59e44f7eda9d81a8948.zip
Added code that prints "I need more commits"
-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 467333a..52ded3d 100644
--- a/CST116-BlankConsole/CST116-BlankConsole.cpp
+++ b/CST116-BlankConsole/CST116-BlankConsole.cpp
@@ -7,4 +7,5 @@ int main()
{
cout << "Hello World!" << endl;
cout << "I am Trenton Stark and my GitHub name is @Birducken." << endl;
+ cout << "I need more commits" << endl;
} \ No newline at end of file