STRING by notogawa

r=readLn
m@main=do
r
s<-getLine
n<-r
putStrLn$([1+n..0]>>reverse s)++do[1..n];s
m

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

download

return to the top page