From 284d5e5591a4dbd5b97596fefe6078de5a6f888e Mon Sep 17 00:00:00 2001 From: joe schmoe Date: Wed, 28 Sep 2022 15:50:08 -0700 Subject: stuffs --- .gitignore | 5 +++++ Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e915029 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +################################################################################ +# This .gitignore file was automatically created by Microsoft(R) Visual Studio. +################################################################################ + +/.vs diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp index 6545e9b..7ea8962 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp @@ -57,6 +57,8 @@ * ********************************************************************/ + + #include #include using std::cout; -- cgit v1.2.3