Squares Fixed by tybalt89

#!perl -lp
END{print$n}s/./ $&/g;/$/;$_|=$n;y/.\x7f/_/;s/\. ?/_|/g,s/ _/|_/gfor$n=$`

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

download

return to the top page