Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 340 Bytes

File metadata and controls

21 lines (15 loc) · 340 Bytes

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