happy number by murky-satyr

$$.times{|i|s=i;$:.map{s=eval [*"#{s}0".chars]*'**2+'};s==1&&p(i)}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page