diff options
| author | WilliamBishopCST116 <[email protected]> | 2022-10-03 13:22:12 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-03 13:22:12 -0700 |
| commit | c6cd3e5467e1f3a98949d3b5b2c48ade9b505e29 (patch) | |
| tree | b20adaa0cf8d855363f37b9b67432c47a165dcf6 | |
| parent | Update CST116-CH5-Debugging-Text Output-Bishop.txt (diff) | |
| download | cst116-ch5-debugging-bishop-c6cd3e5467e1f3a98949d3b5b2c48ade9b505e29.tar.xz cst116-ch5-debugging-bishop-c6cd3e5467e1f3a98949d3b5b2c48ade9b505e29.zip | |
| -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 +}
|