Y by pla

(port-fold(rec(_ c n)(if(= c 89)(print n))(+ n 1))0 read-byte)

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

download

return to the top page