From b0e9e0e010c85837f19dc8d27e6de0ddffe79111 Mon Sep 17 00:00:00 2001 From: Sheetal Kumar <31645349+ksheetal@users.noreply.github.com> Date: Wed, 25 Oct 2017 11:47:05 +0530 Subject: [PATCH] Update helloWorld.cpp Update. --- helloWorld.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helloWorld.cpp b/helloWorld.cpp index 4268caf..c897ce8 100644 --- a/helloWorld.cpp +++ b/helloWorld.cpp @@ -1,3 +1,5 @@ +//This program depicts the structure of cpp code + #include using namespace std;