All pastes #2106953 Raw Edit

Miscellany

public text v1 · immutable
#2106953 ·published 2012-01-28 04:34 UTC
rendered paste body
pal n = x == reverse x where x = show n
main = print . maximum . filter pal $ [i*k | i <- [100..999], k <- [100..999]]