perfect square free by murky-satyr

val L=2 to'c'toList;print(L-2--L.map(x=>x*x)mkString("[",", ","]"))

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

download

return to the top page