From 913b234b15fdaca6f16b62765b8b3666aaa30279 Mon Sep 17 00:00:00 2001 From: dineshrathod03 <72171379+dineshrathod03@users.noreply.github.com> Date: Fri, 16 Oct 2020 19:14:08 +0530 Subject: [PATCH] Update Hello World.cpp --- C++/Hello World.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/C++/Hello World.cpp b/C++/Hello World.cpp index 3e3bea782..6bd875229 100644 --- a/C++/Hello World.cpp +++ b/C++/Hello World.cpp @@ -3,5 +3,6 @@ using namespace std; int main() { cout<<"Hello, World!"; + cout <<"Example" ; return 0; -} \ No newline at end of file +}