aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp
diff options
context:
space:
mode:
authorjacobdw22 <[email protected]>2022-10-17 16:59:40 -0700
committerjacobdw22 <[email protected]>2022-10-17 16:59:40 -0700
commit554f5d07c98118909fc5495af90abea734a989b4 (patch)
treed5178b169b1f4aa3313bc9724875484debc7ba24 /CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp
parentFinal Changes (diff)
downloadcst116-ch9-debugging-jacobdw22-554f5d07c98118909fc5495af90abea734a989b4.tar.xz
cst116-ch9-debugging-jacobdw22-554f5d07c98118909fc5495af90abea734a989b4.zip
Final ChangesHEADmain
Diffstat (limited to 'CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp')
-rw-r--r--CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp
index 58f4164..22da228 100644
--- a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp
+++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp
@@ -111,4 +111,4 @@ void PrintResults(int age, int days)
{
cout << age << "! Boy are you old!\n";
cout << "Did you know that you are at least " << days << " days old?\n\n";
-}
+} \ No newline at end of file