diff options
| author | Aaron Hill <[email protected]> | 2022-09-29 16:20:21 -0700 |
|---|---|---|
| committer | Aaron Hill <[email protected]> | 2022-09-29 16:20:21 -0700 |
| commit | 3d3f72c51cdf834bffac984176f5913332907aaa (patch) | |
| tree | 0802c4edc2ba7fb702d585c9e1b8f81ed35d1d6c | |
| parent | committ (diff) | |
| download | archived-cst116-lab0-hill-3d3f72c51cdf834bffac984176f5913332907aaa.tar.xz archived-cst116-lab0-hill-3d3f72c51cdf834bffac984176f5913332907aaa.zip | |
ww
| -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..254f302 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> |