diff options
| author | Trenton Stark <[email protected]> | 2022-10-01 12:24:24 -0700 |
|---|---|---|
| committer | Trenton Stark <[email protected]> | 2022-10-01 12:24:24 -0700 |
| commit | 6d5ff73e6989be5dbdeedad1de94cb5c08e39f44 (patch) | |
| tree | 22d8da53ebe65d50b742cf6417c22bac89656b86 | |
| parent | Added code that prints "I need more commits" (diff) | |
| download | cst116-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.cpp | 1 |
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 |