Print numbers _Revised_ by inaniwa(51b)

n=17;f(x,y){x&&f(x/n,x%n),putchar(y+48);}main(){for(;n-->2;)f(16,-38);}

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

download

return to the top page