From d2a8f054d2dd63d902a158a4f51b4d82fd17fae1 Mon Sep 17 00:00:00 2001 From: Blaster4385 Date: Sat, 16 Oct 2021 15:37:54 +0530 Subject: [PATCH 1/3] Create palindrome program --- venkatesh_palindrome.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 venkatesh_palindrome.cpp diff --git a/venkatesh_palindrome.cpp b/venkatesh_palindrome.cpp new file mode 100644 index 0000000..475f961 --- /dev/null +++ b/venkatesh_palindrome.cpp @@ -0,0 +1,8 @@ +#include +using namespace std; + +int main() +{ + cout << "Hello World"; + return 0; +} \ No newline at end of file From c1699d33610de5afbdb905b699cd5287f4242cee Mon Sep 17 00:00:00 2001 From: Blaster4385 Date: Sat, 16 Oct 2021 15:48:41 +0530 Subject: [PATCH 2/3] Update palindrome program --- venkatesh_palindrome.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/venkatesh_palindrome.cpp b/venkatesh_palindrome.cpp index 475f961..8d71011 100644 --- a/venkatesh_palindrome.cpp +++ b/venkatesh_palindrome.cpp @@ -3,6 +3,6 @@ using namespace std; int main() { - cout << "Hello World"; + cout << "Hello World, This is venkatesh"; return 0; } \ No newline at end of file From 65ee0df12aaec794b11698fa99ff5af8f3eef623 Mon Sep 17 00:00:00 2001 From: Blaster4385 <53873108+Blaster4385@users.noreply.github.com> Date: Sat, 16 Oct 2021 15:59:59 +0530 Subject: [PATCH 3/3] Update palindrome program again --- venkatesh_palindrome.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/venkatesh_palindrome.cpp b/venkatesh_palindrome.cpp index 8d71011..d93b4bb 100644 --- a/venkatesh_palindrome.cpp +++ b/venkatesh_palindrome.cpp @@ -3,6 +3,6 @@ using namespace std; int main() { - cout << "Hello World, This is venkatesh"; + cout << "Hello World, This is venkatesh, happy to meet you"; return 0; -} \ No newline at end of file +}