From 1671acca4a4adaa5139c79eaaa716c01b1ced678 Mon Sep 17 00:00:00 2001 From: Saumyaa27 <43125368+Saumyaa27@users.noreply.github.com> Date: Tue, 9 Oct 2018 02:00:58 +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 1149d68..6c02ff2 100644 --- a/hello_world.cpp +++ b/hello_world.cpp @@ -6,6 +6,7 @@ int main() { cout<< "Hello Github,"; cout<< "Manmeet!"; + cout<<"saumyaa"; return 0; }