From 3549ab302bf38359a99ed2ea1b9aab1712b072b4 Mon Sep 17 00:00:00 2001 From: garvitsharma05 <43842153+garvitsharma05@users.noreply.github.com> Date: Mon, 8 Oct 2018 19:05:25 +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..56a1229 100644 --- a/hello_world.cpp +++ b/hello_world.cpp @@ -4,7 +4,7 @@ using namespace std; int main() { -cout<< "Hello Github,"; +cout<< "Hello garvit,"; cout<< "Manmeet!"; return 0;