diff options
| author | Aaron Hill <[email protected]> | 2022-09-29 16:20:00 -0700 |
|---|---|---|
| committer | Aaron Hill <[email protected]> | 2022-09-29 16:20:00 -0700 |
| commit | 3067cee2aa870fa6543216e85dede3ddebcb5b89 (patch) | |
| tree | d789c240b8863bd8eace36598ee47ed21b59064f | |
| parent | 2 (diff) | |
| download | cst116-lab0-hill-3067cee2aa870fa6543216e85dede3ddebcb5b89.tar.xz cst116-lab0-hill-3067cee2aa870fa6543216e85dede3ddebcb5b89.zip | |
3
| -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 7a831ac..df71e96 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..ee #include <iostream> |