diff options
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 |