diff options
| author | Trenton Stark <[email protected]> | 2022-10-01 11:53:09 -0700 |
|---|---|---|
| committer | Trenton Stark <[email protected]> | 2022-10-01 11:53:09 -0700 |
| commit | ec4da437cad5531741aa96836598b370e330e313 (patch) | |
| tree | 2b582444014e8292dd0ea974e09aad5928f7973c | |
| parent | Added preprocessors and removed the test text file (diff) | |
| download | cst116-lab0-starktre-ec4da437cad5531741aa96836598b370e330e313.tar.xz cst116-lab0-starktre-ec4da437cad5531741aa96836598b370e330e313.zip | |
Added a comment with name, course, and assignment
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-BlankConsole.cpp index ccce709..f90f2fd 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.cpp +++ b/CST116-BlankConsole/CST116-BlankConsole.cpp @@ -1,3 +1,4 @@ +//Trenton Stark, CST 116, Lab 0
#include <iostream>
using std::cout;
using std::endl;
|