From 6c4ec69d60631ee66e52ada6d0547ce3f0cc63e1 Mon Sep 17 00:00:00 2001 From: Sebastian Ranoszek Date: Wed, 22 Jan 2025 18:47:39 +0000 Subject: [PATCH] Delete palindrom.cpp --- palindrom.cpp | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 palindrom.cpp diff --git a/palindrom.cpp b/palindrom.cpp deleted file mode 100644 index 78aff8b..0000000 --- a/palindrom.cpp +++ /dev/null @@ -1,36 +0,0 @@ -//palindromy -#include -#include -using namespace std; - -int main() -{ - int i,j,n; - string a,b; - cout<<"Podaj tekst: "; - getline(cin,a); - n = a.length(); - - cout<