perfect square free by dekosuke

import List\x0d
main=putStr$"[3"++(foldr(++)""[", "++show y|y<-[5..99]\\[x*x|x<-[2..9]]])++"]"

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

download

return to the top page