1
0
Fork
You've already forked palindrome
0
Calculates whether input is a palindrome
  • C++ 80.2%
  • CMake 19.8%
2022年09月18日 10:22:47 +01:00
src Initial commit 2022年09月18日 10:22:47 +01:00
.gitignore Initial commit 2022年09月18日 10:22:47 +01:00
CMakeLists.txt Initial commit 2022年09月18日 10:22:47 +01:00
LICENSE Initial commit 2022年09月18日 10:22:47 +01:00
README.md Initial commit 2022年09月18日 10:22:47 +01:00

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.)