From 741e98a130e6bdea2b4d16ee70d136d882cd371d Mon Sep 17 00:00:00 2001 From: Saksham Sharma <43875653+SAKSHAM-SAAM@users.noreply.github.com> Date: Mon, 8 Oct 2018 18:56:17 +0530 Subject: [PATCH] BY SAKSHAM-SAAM NO FEAR , SAAM IS HERE . --- hello_world.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello_world.cpp b/hello_world.cpp index 1897fb7..8d8ff5a 100644 --- a/hello_world.cpp +++ b/hello_world.cpp @@ -5,7 +5,7 @@ using namespace std; int main() { cout<< "Hello Github,"; -cout<< "Ansh!"; +cout<< "SAKSHAM-SAAM!"; return 0; }