From eb64e079bca95c19a57a0d65e587c8babb620f3a Mon Sep 17 00:00:00 2001 From: anshgupta1 <43955021+anshgupta1@users.noreply.github.com> Date: Mon, 8 Oct 2018 19:55:21 +0530 Subject: [PATCH] Update hello_world.cpp --- hello_world.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello_world.cpp b/hello_world.cpp index 1897fb7..a3f7dea 100644 --- a/hello_world.cpp +++ b/hello_world.cpp @@ -4,8 +4,8 @@ using namespace std; int main() { -cout<< "Hello Github,"; -cout<< "Ansh!"; +cout<< "Hello friends,"; +cout<< "here is Ansh gupta present here!"; return 0; }