From e445fcbfa8d76a8d30bbc823e98f0a184e25355b Mon Sep 17 00:00:00 2001 From: Sanuj Bhatia Date: Mon, 8 Oct 2018 18:59:11 +0530 Subject: [PATCH] Update hello_world.cpp --- hello_world.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hello_world.cpp b/hello_world.cpp index 1149d68..b61b7f7 100644 --- a/hello_world.cpp +++ b/hello_world.cpp @@ -5,7 +5,8 @@ using namespace std; int main() { cout<< "Hello Github,"; -cout<< "Manmeet!"; +cout<< "Ansh!"; +cout<<"Sanuj Bhatia" return 0; }