diff options
| author | Trenton Stark <[email protected]> | 2022-10-01 11:58:07 -0700 |
|---|---|---|
| committer | Trenton Stark <[email protected]> | 2022-10-01 11:58:07 -0700 |
| commit | 6107a0e47923a886d84d8cd303be32531947e4f1 (patch) | |
| tree | 1862e513a577434caadf2aac4a1594c68898b4d8 /CST116-BlankConsole/CST116-BlankConsole.cpp | |
| parent | Added a comment with name, course, and assignment (diff) | |
| download | cst116-lab0-starktre-6107a0e47923a886d84d8cd303be32531947e4f1.tar.xz cst116-lab0-starktre-6107a0e47923a886d84d8cd303be32531947e4f1.zip | |
Added a identifying cout statement
Diffstat (limited to 'CST116-BlankConsole/CST116-BlankConsole.cpp')
| -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 f90f2fd..467333a 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.cpp +++ b/CST116-BlankConsole/CST116-BlankConsole.cpp @@ -6,4 +6,5 @@ using std::endl; int main()
{
cout << "Hello World!" << endl;
+ cout << "I am Trenton Stark and my GitHub name is @Birducken." << endl;
}
\ No newline at end of file |