From 2e245271e04139f76dfe162500d2e881a8e74c89 Mon Sep 17 00:00:00 2001 From: shivamsikri99 <43958746+shivamsikri99@users.noreply.github.com> Date: Mon, 8 Oct 2018 19:05:28 +0530 Subject: [PATCH] Update hello_world.cpp --- hello_world.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello_world.cpp b/hello_world.cpp index 1149d68..22569e1 100644 --- a/hello_world.cpp +++ b/hello_world.cpp @@ -5,7 +5,7 @@ using namespace std; int main() { cout<< "Hello Github,"; -cout<< "Manmeet!"; +cout<< "shivam!"; return 0; }