diff options
| author | jacobdw22 <[email protected]> | 2022-10-17 16:59:40 -0700 |
|---|---|---|
| committer | jacobdw22 <[email protected]> | 2022-10-17 16:59:40 -0700 |
| commit | 554f5d07c98118909fc5495af90abea734a989b4 (patch) | |
| tree | d5178b169b1f4aa3313bc9724875484debc7ba24 /CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp | |
| parent | Final Changes (diff) | |
| download | cst116-ch9-debugging-jacobdw22-main.tar.xz cst116-ch9-debugging-jacobdw22-main.zip | |
Diffstat (limited to 'CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp')
| -rw-r--r-- | CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp | 2 |
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 |