This website works better with JavaScript.
Home
Explore
Help
Sign In
rain0r
/
palindrom-test-in-c
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
'README.md' ändern
master
Rainer Hihn
4 years ago
parent
920a7bcac0
commit
6acc25e72c
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
README.md
+ 6
- 0
README.md
View File
@ -1,2 +1,8 @@
# palindrom-test-in-c
Tolle Übungsaufgabe in C: Ein Programm (bestehend aus 3 Dateien) das prüft, ob der eingegebene String ein Palindrom ist. Zudem soll das Programm auch Palindrome erkennen, die Leerzeichen enthalten und Groß- bzw. Kleinschreibung nicht unterscheidet.
```
$ gcc palindrom.c palindromfun.c
$ ./a.out
```
Write
Preview
Loading…
Cancel
Save