ascii diagonal by croyal

var s=readLine()\x0d
var r=""\x0d
var i=0\x0d
while(s!=null){r+=s.charAt(i);s=readLine();i+=1;}\x0d
print(r)

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

download

return to the top page