From 8939ce755e2af1302357179a1eb2470aa2bb8539 Mon Sep 17 00:00:00 2001 From: dstark005 Date: Mon, 7 Feb 2022 13:08:08 -0800 Subject: [PATCH] Added Comment --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index ecca4f4..e9ea6c9 100644 --- a/main.cpp +++ b/main.cpp @@ -1,6 +1,6 @@ #include using namespace std; - +//Add some comment // This program is a simple intro to C++ example of debugging int main() {