int i=9,j;main(){for(;j*j-->i*i||i--+(j=8);)__builtin_putchar(57-j);}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page