From c6cd3e5467e1f3a98949d3b5b2c48ade9b505e29 Mon Sep 17 00:00:00 2001 From: WilliamBishopCST116 <114703314+WilliamBishopCST116@users.noreply.github.com> Date: Mon, 3 Oct 2022 13:22:12 -0700 Subject: Update CST116-Ch5-Debugging.cpp --- CST116-Ch5-Debugging.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 +//william.bishop@oit.edu + /******************************************************************** * File: CST116-Ch5-Debugging.cpp * @@ -84,4 +88,4 @@ int main() cout << money << endl; return 0; -} \ No newline at end of file +} -- cgit v1.2.3