diff options
| author | the-ugly <[email protected]> | 2022-09-30 12:43:38 -0700 |
|---|---|---|
| committer | the-ugly <[email protected]> | 2022-09-30 12:43:38 -0700 |
| commit | 8180b402158709d9f149bb3d108f7709e4c9accd (patch) | |
| tree | a7739ed38312479e5222358d356cd7e0d31627f7 | |
| parent | final steps (diff) | |
| download | cst116-lab0-debugging-the-ugly-main.tar.xz cst116-lab0-debugging-the-ugly-main.zip | |
| -rw-r--r-- | Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp index 4b8cf97..3f5d678 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp @@ -59,7 +59,7 @@ *
********************************************************************/
-// CST 116 LAB0 Brandt
+// CST 116 LAB0 Brandt
#include <iostream>
#include <iomanip>
using std::cout;
|