perfect square free by murky-satyr

w=io.write
w'[3'for i=5,99 do _=i^.5%1==0 or w(', ',i)end
w']'

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

download

return to the top page