From 44f643d6c9c37269c492d33bd824c9c6b9789f0d Mon Sep 17 00:00:00 2001 From: itachi2501 <43861614+itachi2501@users.noreply.github.com> Date: Mon, 8 Oct 2018 18:55:21 +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..a0d145a 100644 --- a/hello_world.cpp +++ b/hello_world.cpp @@ -5,7 +5,7 @@ using namespace std; int main() { cout<< "Hello Github,"; -cout<< "Ansh!"; +cout<< "ajksdj"; return 0; }