From b571a022196deab38317e59e44f7eda9d81a8948 Mon Sep 17 00:00:00 2001 From: Trenton Stark Date: Sat, 1 Oct 2022 12:23:56 -0700 Subject: Added code that prints "I need more commits" --- CST116-BlankConsole/CST116-BlankConsole.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3