Find the palindrome

A palindrome is a word that's the same when it's read forward and backwards. "racecar" is a palindrome because it's the same when read backwards. "frank" is not a palindrome because "knarf" is not the same as "frank"!

This text file has 10,000 names and only one is a palindrome. Write a script to find the palindrome!