diff options
| author | jacobdw22 <[email protected]> | 2022-10-06 16:10:01 -0700 |
|---|---|---|
| committer | jacobdw22 <[email protected]> | 2022-10-06 16:10:01 -0700 |
| commit | 059e01a6dd5bdd630046cc509389c61be1e18bd9 (patch) | |
| tree | 63c3c44502208a6d33b6ac72981030d9766eb1e7 | |
| parent | simple changes (diff) | |
| download | cst116-chapter8-debugging-jacobdw22-059e01a6dd5bdd630046cc509389c61be1e18bd9.tar.xz cst116-chapter8-debugging-jacobdw22-059e01a6dd5bdd630046cc509389c61be1e18bd9.zip | |
| -rw-r--r-- | CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp index 12f43e8..7600217 100644 --- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp +++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp @@ -1,6 +1,6 @@ /********************************************************************
* File: CST116-Ch8-Debugging.cpp
-* Jacob Wilson, cst116, Ch8 Debugging
+* Jacob Wilson, cst116, Ch8 Debugging, 10-6-2022
* General Instructions: Complete each step before proceeding to the
* next.
*
|