ehangc by m.ukai

let rec(!)?(s=read_line())?(l=String.length s-1)?(t=s.[0])_=s.[0]<-s.[l];s.[l]<-t;print_endline s;!0;;!0

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

download

return to the top page