diff options
| -rw-r--r-- | CST116-Ch5-Debugging.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CST116-Ch5-Debugging.cpp b/CST116-Ch5-Debugging.cpp index 9c1cf2a..cb29cc3 100644 --- a/CST116-Ch5-Debugging.cpp +++ b/CST116-Ch5-Debugging.cpp @@ -1,3 +1,7 @@ +//William Bishop
+//CST 116
+
/********************************************************************
* File: CST116-Ch5-Debugging.cpp
*
@@ -84,4 +88,4 @@ int main() cout << money << endl;
return 0;
-}
\ No newline at end of file +}
|