From d991b542716f7b1179b7b9d96617fcf5670c3a62 Mon Sep 17 00:00:00 2001 From: sirishbhu <35920398+sirishbhu@users.noreply.github.com> Date: Tue, 1 Oct 2019 14:30:19 +0530 Subject: [PATCH] Update hello_world.cpp --- hello_world.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hello_world.cpp b/hello_world.cpp index 1149d68..6643bcf 100644 --- a/hello_world.cpp +++ b/hello_world.cpp @@ -4,8 +4,7 @@ using namespace std; int main() { -cout<< "Hello Github,"; -cout<< "Manmeet!"; +cout<< "Hello World,"; return 0; }