From c64d4e8f692ccc18c78a78e1b66a0e2805f4103c Mon Sep 17 00:00:00 2001 From: angadtrehan23 <43957549+angadtrehan23@users.noreply.github.com> Date: Mon, 8 Oct 2018 18:56:20 +0530 Subject: [PATCH] Update hello_world.cpp --- hello_world.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello_world.cpp b/hello_world.cpp index 1897fb7..5db9bd8 100644 --- a/hello_world.cpp +++ b/hello_world.cpp @@ -5,7 +5,7 @@ using namespace std; int main() { cout<< "Hello Github,"; -cout<< "Ansh!"; -return 0; +cout<< "Angad!"; + return 0; }