Theocacao
Leopard
Design Element
Comment on "Numeric Palindrome Finder in Ruby"
by vasi — Dec 07
And Haskell, just for fun :-)

length [ n | n <- [0..10000], show n == (reverse $ show n) ]
Back to "Numeric Palindrome Finder in Ruby"
Design Element

Copyright © Scott Stevenson 2004-2015