diff --git a/venkatesh_palindrome.cpp b/venkatesh_palindrome.cpp new file mode 100644 index 0000000..d93b4bb --- /dev/null +++ b/venkatesh_palindrome.cpp @@ -0,0 +1,8 @@ +#include +using namespace std; + +int main() +{ + cout << "Hello World, This is venkatesh, happy to meet you"; + return 0; +}