aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrenton Stark <[email protected]>2022-10-01 11:53:09 -0700
committerTrenton Stark <[email protected]>2022-10-01 11:53:09 -0700
commitec4da437cad5531741aa96836598b370e330e313 (patch)
tree2b582444014e8292dd0ea974e09aad5928f7973c
parentAdded preprocessors and removed the test text file (diff)
downloadcst116-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.cpp1
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;