From d2a8f054d2dd63d902a158a4f51b4d82fd17fae1 Mon Sep 17 00:00:00 2001 From: Blaster4385 Date: Sat, 16 Oct 2021 15:37:54 +0530 Subject: [PATCH] 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