From ae5a96ad9708a34dc1904b15daba1533cdb455c8 Mon Sep 17 00:00:00 2001 From: bansalvarun124 <43957777+bansalvarun124@users.noreply.github.com> Date: Mon, 8 Oct 2018 18:59:17 +0530 Subject: [PATCH] Update hello_world.cpp --- hello_world.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello_world.cpp b/hello_world.cpp index 1897fb7..7bfa32b 100644 --- a/hello_world.cpp +++ b/hello_world.cpp @@ -5,7 +5,7 @@ using namespace std; int main() { cout<< "Hello Github,"; -cout<< "Ansh!"; +cout<< "varun!"; return 0; }