s[];i;p=81;main(){for(;p;i=-~i%82)s[i]=putchar(i>80?p/=3,10:i/p%2?32:s[i]?:45);}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page