Skip to content

HarryPerkin/fiftyProjectsProject_palindrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

FPP01 - Palindrome

Escaping Tutorial Hell with Question Driven Development.

Takes a single command line argument and checks three things:

  1. Is the argument a valid string with no numbers, symbols, spaces, etc?
  2. Is there only one argument (besides also the file name)?
  3. Is the string a palindrome?

The program will declare whether the string is or is not a palindrome.

About

#01 Escaping Tutorial Hell with Question Driven Development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages