Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

Prime Palindrome

Challenge Description:

Write a program which determines the largest prime palindrome less than 1000.

Input sample:

There is no input for this program.

Output sample:

Print to stdout the largest prime palindrome less than 1000.

929