perfect square free by pooq

-module a.
-export[m/0].
m()->L=lists:seq(3,$b),io:format("[~s99]",[[integer_to_list(X)++", "||X<-L--[N*N||N<-[2]++L]]]).

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

download

return to the top page