Skip to content

This is a simple program that Checks if the string entered by the user is a palindrome. That is that it reads the same forwards as backwards like “racecar”.

License

Notifications You must be signed in to change notification settings

codeslacker1155/Palindrome-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Palindrome-Checker

This is a simple program that Checks if the string entered by the user is a palindrome. That is that it reads the same forwards as backwards like “racecar”.

Description

This is a simple program that checks if the string entered by the user is a palindrome. That is that it reads the same forwards as backwards like “racecar”. The program is a static command line program that shows the user in a visual fashion what words would be considered an palindrome by fitting certain programmed parameters.

Getting Started

Dependencies

  • NO DEPENDENCIES REQUIRED!!!

Installing

  • No real install needed, just make sure you have the bash terminal updated
sudo apt update
sudo apt upgrade

Executing program

  • Run the program like any other common bash script.
bash pdrome.sh

Help

Common problems or issues are that you are not using an authorized user and need to switch to root.

sudo bash pdrome.sh

Authors

Contributors names and contact info

Christopher Hyatt (me)

Version History

License

This project is licensed under the [GNU Privacy v3] License - see the LICENSE.md file for details

Acknowledgments

Inspiration taken from a list of basic programs to make in any language that I have in a random text file of ideas.

About

This is a simple program that Checks if the string entered by the user is a palindrome. That is that it reads the same forwards as backwards like “racecar”.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages