ASCII Stars by GeoJ

:
s/[0-9]/ &/g
y/0123456789/7 12345678/
s/  $/*/p
s/ \*/***/p
t
:a
s/\*./ /p
ta
Q

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

download

return to the top page