From 7853f05e09bbc6fb3b217a50fd878fb0081869ce Mon Sep 17 00:00:00 2001 From: devanshgoel100 <43956861+devanshgoel100@users.noreply.github.com> Date: Mon, 8 Oct 2018 18:55:58 +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..482828c 100644 --- a/hello_world.cpp +++ b/hello_world.cpp @@ -5,7 +5,7 @@ using namespace std; int main() { cout<< "Hello Github,"; -cout<< "Ansh!"; +cout<< "devansh!"; return 0; }