From 4d7f9c855c65889f33047b79a0fc521891c69040 Mon Sep 17 00:00:00 2001 From: abhinavjain12 <36266056+abhinavjain12@users.noreply.github.com> Date: Mon, 8 Oct 2018 09:28:17 -0400 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..bdb8107 100644 --- a/hello_world.cpp +++ b/hello_world.cpp @@ -6,6 +6,7 @@ int main() { cout<< "Hello Github,"; cout<< "Ansh!"; + cout<<"abhinav jain"; return 0; }