Jump Letters by twobit

main(i,a)char*i;{for(;i=gets(a);puts(i))for(;*i;i++)i=index(i+1,putchar(*i))?:index(a,*i);}

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

download

return to the top page