uudecode by funnything

m,b,l;main(c){for(;c=(getchar()-32)%64,l<67;b=c)m=c<0?l++,-4:(m+2)%8,l*m>0&&putchar(b<<m|c>>6-m);}

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

download

return to the top page