aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrenton Stark <[email protected]>2022-10-01 12:24:24 -0700
committerTrenton Stark <[email protected]>2022-10-01 12:24:24 -0700
commit6d5ff73e6989be5dbdeedad1de94cb5c08e39f44 (patch)
tree22d8da53ebe65d50b742cf6417c22bac89656b86
parentAdded code that prints "I need more commits" (diff)
downloadcst116-lab0-starktre-6d5ff73e6989be5dbdeedad1de94cb5c08e39f44.tar.xz
cst116-lab0-starktre-6d5ff73e6989be5dbdeedad1de94cb5c08e39f44.zip
Removed code that says "I need more commits"
-rw-r--r--CST116-BlankConsole/CST116-BlankConsole.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-BlankConsole.cpp
index 52ded3d..467333a 100644
--- a/CST116-BlankConsole/CST116-BlankConsole.cpp
+++ b/CST116-BlankConsole/CST116-BlankConsole.cpp
@@ -7,5 +7,4 @@ 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