From e2ab34e60f544d9d6902fe3eb8e0947009234955 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 9 Sep 2022 15:22:01 -0600 Subject: added comments --- hw2/helloWorld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw2/helloWorld.cpp') diff --git a/hw2/helloWorld.cpp b/hw2/helloWorld.cpp index f4b5587..500787c 100644 --- a/hw2/helloWorld.cpp +++ b/hw2/helloWorld.cpp @@ -8,5 +8,5 @@ using namespace std; int main() { - cout << "Hello, World!"; + cout << "Hello, World!"; // Prints Hello, World } -- cgit v1.2.3