From 61293ef9c15477a9ad1a36015e89173ef38c1e66 Mon Sep 17 00:00:00 2001 From: JaiveerBains <43957471+JaiveerBains@users.noreply.github.com> Date: Mon, 8 Oct 2018 18:57: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..ed7e262 100644 --- a/hello_world.cpp +++ b/hello_world.cpp @@ -6,6 +6,7 @@ int main() { cout<< "Hello Github,"; cout<< "Ansh!"; +cout<< "Arshia M"; return 0; }