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.
- Host: GitHub
- URL: https://github.com/lawrencewarren/palindrome
- Owner: LawrenceWarren
- Created: 2019-08-14T11:36:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-13T10:16:18.000Z (over 4 years ago)
- Last Synced: 2025-01-24T23:15:01.380Z (over 1 year ago)
- Language: C++
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
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)