Jump Letters by pap

main(c,b){char*p;for(;p=gets(b);puts(""))for(;c=*p;p++)p=index(p+1,putchar(c))?:index(b,c);}

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

download

return to the top page