diff options
| author | Aaron Hill <[email protected]> | 2022-09-29 16:20:35 -0700 |
|---|---|---|
| committer | Aaron Hill <[email protected]> | 2022-09-29 16:20:35 -0700 |
| commit | 41c3760307a103d473ae67f79e4c4df676698659 (patch) | |
| tree | b254a7c9248044b577363c32e639fd78472131da | |
| parent | e (diff) | |
| download | cst116-lab0-hill-41c3760307a103d473ae67f79e4c4df676698659.tar.xz cst116-lab0-hill-41c3760307a103d473ae67f79e4c4df676698659.zip | |
final
| -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 ac42bf7..03cefef 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> |