aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch5-Debugging.cpp
diff options
context:
space:
mode:
authorWilliamBishopCST116 <[email protected]>2022-10-03 13:22:12 -0700
committerGitHub <[email protected]>2022-10-03 13:22:12 -0700
commitc6cd3e5467e1f3a98949d3b5b2c48ade9b505e29 (patch)
treeb20adaa0cf8d855363f37b9b67432c47a165dcf6 /CST116-Ch5-Debugging.cpp
parentUpdate CST116-CH5-Debugging-Text Output-Bishop.txt (diff)
downloadcst116-ch5-debugging-bishop-c6cd3e5467e1f3a98949d3b5b2c48ade9b505e29.tar.xz
cst116-ch5-debugging-bishop-c6cd3e5467e1f3a98949d3b5b2c48ade9b505e29.zip
Update CST116-Ch5-Debugging.cppHEADmain
Diffstat (limited to 'CST116-Ch5-Debugging.cpp')
-rw-r--r--CST116-Ch5-Debugging.cpp6
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
+}