stratum by pooq

a=io.read()d=""for i=1,#a do
b=#a-i+1
c=a:sub(b,b)d=c..d..c
print(d)end

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

download

return to the top page