https://github.com/mdecker-mobilecomputing/maven_palindromchecker
Java-Programm für die Kommandozeile, das überprüft, ob ein Wort ein Palindrom ist oder nicht (Übung für Unit-Test-Refactoring)
https://github.com/mdecker-mobilecomputing/maven_palindromchecker
exercise github-actions java maven palindrome-checker unit-testing
Last synced: about 2 months ago
JSON representation
Java-Programm für die Kommandozeile, das überprüft, ob ein Wort ein Palindrom ist oder nicht (Übung für Unit-Test-Refactoring)
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/maven_palindromchecker
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2023-12-01T16:53:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-11-21T08:25:38.000Z (7 months ago)
- Last Synced: 2025-11-21T10:19:12.876Z (7 months ago)
- Topics: exercise, github-actions, java, maven, palindrome-checker, unit-testing
- Language: Java
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Palindrom-Checker #
Dieses Repo enthält eine kleines Java-Programm in Form eines Maven-Projekts, mit dem
überprüft werden kann, ob ein als Kommandozeilenargument übergebener String ein
[Palindrom](https://de.wikipedia.org/wiki/Palindrom) ist oder nicht.
----
## License ##
See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License).