stratum by murky-satyr

for(i in(n=nchar(a<-readLines('stdin'))):1)cat(strsplit(a,'')[[1]][c(i:n,n:i)],'
',sep='')

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

download

return to the top page