diff options
| author | Trenton Stark <[email protected]> | 2022-10-01 12:23:56 -0700 |
|---|---|---|
| committer | Trenton Stark <[email protected]> | 2022-10-01 12:23:56 -0700 |
| commit | b571a022196deab38317e59e44f7eda9d81a8948 (patch) | |
| tree | 620c21ce7091b7b71438fb9d34953440f4e8afae | |
| parent | Added a checklist describing how to push projects (diff) | |
| download | cst116-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.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 |