Expression for appreciation by Alex Kremer

s[10];a[10];char*p,*h;main(i,j){p=s;h=a;*(h++)='1';for(;i<10;++i){*(p++)='0'+i;*(h++)='1';printf("%9s * 9 + %2d = %s\n",s,i+1,a);}}

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

download

return to the top page