257 by 51b

n=1;f(x,y){x&&f(x/n,x%n),putchar(y+"07"[y>9]);}main(){for(;n++<36;)f(257,-38);}

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

download

return to the top page