stratum by mushi

(map print(reverse(let i((a(string->list(read-line))))(if(null? a)'()(append(list(list->string(append a(reverse a))))(i(cdr a)))))))

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

download

return to the top page