From ff93d25367325d72aa347f12bcf8b5c64213c600 Mon Sep 17 00:00:00 2001 From: Sanuj Bhatia Date: Mon, 8 Oct 2018 18:54:34 +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..b61b7f7 100644 --- a/hello_world.cpp +++ b/hello_world.cpp @@ -6,6 +6,7 @@ int main() { cout<< "Hello Github,"; cout<< "Ansh!"; +cout<<"Sanuj Bhatia" return 0; }