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