diff options
| author | Aaron Hill <[email protected]> | 2022-09-29 16:20:29 -0700 |
|---|---|---|
| committer | Aaron Hill <[email protected]> | 2022-09-29 16:20:29 -0700 |
| commit | 94367298c315d93e706a997b3dac97c353531825 (patch) | |
| tree | f5b6e9d2ab3fb4886e61551b6ba36a6094daa5be | |
| parent | w (diff) | |
| download | cst116-lab0-hill-94367298c315d93e706a997b3dac97c353531825.tar.xz cst116-lab0-hill-94367298c315d93e706a997b3dac97c353531825.zip | |
e
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole-Hill.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole-Hill.cpp b/CST116-BlankConsole/CST116-BlankConsole-Hill.cpp index 03cefef..ac42bf7 100644 --- a/CST116-BlankConsole/CST116-BlankConsole-Hill.cpp +++ b/CST116-BlankConsole/CST116-BlankConsole-Hill.cpp @@ -1,6 +1,6 @@ // CST116-BlankConsole.cpp : This file contains the 'main' function. Program execution begins and ends there. // -// Aaron Hill, CST 116, Lab 0, Debugging +// Aaron Hill, CST 116, Lab 0, Debugging! #include <iostream> |