An open API service indexing awesome lists of open source software.

https://github.com/lawrencewarren/palindrome

A program which checks if a word is a palindrome.
https://github.com/lawrencewarren/palindrome

Last synced: over 1 year ago
JSON representation

A program which checks if a word is a palindrome.

Awesome Lists containing this project

README

          

A program which checks if a word is a palindrome.
Takes 1 command line argument - the word you want to be checked.

This program - Checks for the case of a word (i.e. is not case sensitive)
- Checks for the characters in the word (Only accepts letters)