diff options
| author | Morgan Cyrus <[email protected]> | 2022-10-01 11:52:32 -0700 |
|---|---|---|
| committer | Morgan Cyrus <[email protected]> | 2022-10-01 11:52:32 -0700 |
| commit | ee491b6273e64dce7d36b097280fba904328516b (patch) | |
| tree | 4f2d3a7d41d94940b75c47cbfc2454f03bb72258 | |
| parent | test (diff) | |
| download | cst116-lab0-cyrus-ee491b6273e64dce7d36b097280fba904328516b.tar.xz cst116-lab0-cyrus-ee491b6273e64dce7d36b097280fba904328516b.zip | |
test
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-BlankConsole.cpp index f52b208..bf7aee4 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.cpp +++ b/CST116-BlankConsole/CST116-BlankConsole.cpp @@ -1,4 +1,4 @@ -// CST116-BlankConsole.cpp : This file contains the 'main' function. Program execution begins and ends there.
+// CST116-Lab0 repository : This file contains the 'main' function. Program execution begins and ends there.
//
#include <iostream>
|