From 3faafe0d6bf7e41659dd555ad85c6bb06e5b93c5 Mon Sep 17 00:00:00 2001 From: rohitgarg200 <43957599+rohitgarg200@users.noreply.github.com> Date: Mon, 8 Oct 2018 18:55:04 +0530 Subject: [PATCH] Update hello_world.cpp --- hello_world.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/hello_world.cpp b/hello_world.cpp index 1897fb7..8d4ef3b 100644 --- a/hello_world.cpp +++ b/hello_world.cpp @@ -6,6 +6,7 @@ int main() { cout<< "Hello Github,"; cout<< "Ansh!"; + cout<<"rohit"; return 0; }