diff options
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.cpp | 1 |
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 |