Calculates whether input is a palindrome
- C++ 80.2%
- CMake 19.8%
|
|
||
|---|---|---|
| src | Initial commit | |
| .gitignore | Initial commit | |
| CMakeLists.txt | Initial commit | |
| LICENSE | Initial commit | |
| README.md | Initial commit | |
Palindrome Detector
This is a super simple app in about 20 lines of C++ to detect whether you have input a palindrome.
How to Compile
We use the CMake build system (probably not necessary.)