diff options
| author | Morgan Cyrus <[email protected]> | 2022-10-07 22:48:04 -0700 |
|---|---|---|
| committer | Morgan Cyrus <[email protected]> | 2022-10-07 22:48:04 -0700 |
| commit | dcc3d6188f18f8fbbe953b3f2b6479b602860ce1 (patch) | |
| tree | 4e2918f708698eba0aae84197c9dc86743362aee | |
| parent | Text file created (diff) | |
| download | cst116-ch6-cyrus-dcc3d6188f18f8fbbe953b3f2b6479b602860ce1.tar.xz cst116-ch6-cyrus-dcc3d6188f18f8fbbe953b3f2b6479b602860ce1.zip | |
Added name and class
| -rw-r--r-- | CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp index 72107a1..1548339 100644 --- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp +++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp @@ -1,5 +1,9 @@ /********************************************************************
* File: CST116-Ch6-Cyrus.cpp
+*
+* Morgan Cyrus
+* CST116
+* CH6 Debugging
*
* General Instructions: Complete each step before proceeding to the
* next.
|