From b53f31d59c8d7487cde7eea67acf2cf03c7cbbac Mon Sep 17 00:00:00 2001 From: Sanchaksh <43877199+Sanchaksh@users.noreply.github.com> Date: Mon, 8 Oct 2018 18:54:40 +0530 Subject: [PATCH 1/3] 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..6ff512a 100644 --- a/hello_world.cpp +++ b/hello_world.cpp @@ -5,7 +5,7 @@ using namespace std; int main() { cout<< "Hello Github,"; -cout<< "Ansh!"; +cout<< "Sanchaksh!"; return 0; } From e8fdfbe9f97cc4334c06b873b2df82f07b3f5657 Mon Sep 17 00:00:00 2001 From: Sanchaksh <43877199+Sanchaksh@users.noreply.github.com> Date: Mon, 8 Oct 2018 18:55:19 +0530 Subject: [PATCH 2/3] Update hello_world.cpp --- hello_world.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/hello_world.cpp b/hello_world.cpp index 6ff512a..d892f54 100644 --- a/hello_world.cpp +++ b/hello_world.cpp @@ -6,6 +6,7 @@ int main() { cout<< "Hello Github,"; cout<< "Sanchaksh!"; + cout<<"sanchaksh"; return 0; } From 8db6a40591e4054669dda2a02de7bdb46032f42f Mon Sep 17 00:00:00 2001 From: Sanchaksh <43877199+Sanchaksh@users.noreply.github.com> Date: Mon, 8 Oct 2018 18:56:28 +0530 Subject: [PATCH 3/3] 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 d892f54..d8ab8ae 100644 --- a/hello_world.cpp +++ b/hello_world.cpp @@ -6,7 +6,7 @@ int main() { cout<< "Hello Github,"; cout<< "Sanchaksh!"; - cout<<"sanchaksh"; + cout<<"sanchaksh!"; return 0; }