ASCII Stars by murky-satyr

O:=stdout.(N:=1-stdin upToEnd asNumber)to:0-N do:[:i|1to:i abs do:[:x|O<<$ ].i abs+N*2to:0 do:[:x|O<<$*].O nl]

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

download

return to the top page