diff options
| author | WilliamBishopCST116 <[email protected]> | 2022-10-03 13:24:36 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-03 13:24:36 -0700 |
| commit | 2e1b8ba7e5f6ece0157f15b7c02069be0faa06c5 (patch) | |
| tree | b90ec7f9c5da726cddffb92f60f4adb0b7fc48fc | |
| parent | Add files via upload (diff) | |
| download | cst116-lab0--bishop--2e1b8ba7e5f6ece0157f15b7c02069be0faa06c5.tar.xz cst116-lab0--bishop--2e1b8ba7e5f6ece0157f15b7c02069be0faa06c5.zip | |
Update CST116-Debugging-Bishop.cpp
| -rw-r--r-- | CST116-Debugging-Bishop.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CST116-Debugging-Bishop.cpp b/CST116-Debugging-Bishop.cpp index cce4692..154a5c8 100644 --- a/CST116-Debugging-Bishop.cpp +++ b/CST116-Debugging-Bishop.cpp @@ -1,3 +1,5 @@ +//William Bishop
+
/********************************************************************
* File: Chap_5_Debugging.cpp
*
@@ -87,4 +89,4 @@ int main() cout << money << endl;
return 0;
-}
\ No newline at end of file +}
|