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

https://github.com/dakostu/palindromechecker

Checks if a line is a palindrome
https://github.com/dakostu/palindromechecker

Last synced: 8 months ago
JSON representation

Checks if a line is a palindrome

Awesome Lists containing this project

README

          

# PalindromeChecker

![preview](preview.png)

This is an efficient palindrome checker written in C, using a command-line interface.

It is case-insensitive and ignores any non-English characters as well as non-numbers.

## How to Install

Install by using the "make" command inside the main repository folder.

Uninstall by using "make clean".

## How to Run

./PalindromeChecker [Word that has to be checked]

If you want to check a string, put it between quotation marks.