diff options
| author | Taylor Rogers <[email protected]> | 2022-10-08 09:06:27 -0700 |
|---|---|---|
| committer | Taylor Rogers <[email protected]> | 2022-10-08 09:06:27 -0700 |
| commit | 186e7ef17d57bbed4f60a6d213809069b0bf3044 (patch) | |
| tree | 526d2b6906710fc06b220bb961a6bb9bdc078145 | |
| parent | Program works correctly (diff) | |
| download | cst116-ch6-debugging-taylorrog-186e7ef17d57bbed4f60a6d213809069b0bf3044.tar.xz cst116-ch6-debugging-taylorrog-186e7ef17d57bbed4f60a6d213809069b0bf3044.zip | |
added name
| -rw-r--r-- | CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp index d9cdea9..4880e7a 100644 --- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp +++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp @@ -1,6 +1,8 @@ /********************************************************************
* File: CST116-Ch6-Debugging.cpp
*
+* Name: Taylor Rogers
+*
* General Instructions: Complete each step before proceeding to the
* next.
*
|