diff options
| author | jacobdw22 <[email protected]> | 2022-09-29 16:02:11 -0700 |
|---|---|---|
| committer | jacobdw22 <[email protected]> | 2022-09-29 16:02:11 -0700 |
| commit | 71df3edb2a0e434dbfc32b6e1b24b340065a427c (patch) | |
| tree | 775ee733b689ecbc8a42d867944d5ea90cbd8d5b /CST116-BlankConsole/CST116-Lab0-Wilson.cpp | |
| parent | simple changes (diff) | |
| download | cst116-lab0-jacobdw22-71df3edb2a0e434dbfc32b6e1b24b340065a427c.tar.xz cst116-lab0-jacobdw22-71df3edb2a0e434dbfc32b6e1b24b340065a427c.zip | |
simple changes final
Diffstat (limited to 'CST116-BlankConsole/CST116-Lab0-Wilson.cpp')
| -rw-r--r-- | CST116-BlankConsole/CST116-Lab0-Wilson.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-BlankConsole/CST116-Lab0-Wilson.cpp b/CST116-BlankConsole/CST116-Lab0-Wilson.cpp index b1c00a2..5b0ea85 100644 --- a/CST116-BlankConsole/CST116-Lab0-Wilson.cpp +++ b/CST116-BlankConsole/CST116-Lab0-Wilson.cpp @@ -7,7 +7,7 @@ using std::endl; int main() { cout << "Hello World!" << endl; - cout << "My name is Jacob Wilson, and my GitHub is jacobdw22" << endl; + cout << "My name is Jacob Wilson, and my GitHub is jacobdw22." << endl; } // Run program: Ctrl + F5 or Debug > Start Without Debugging menu |