char pyramid by Lost_dog

main=interact(""#)
n#z@(x:y)=(x:n)#y++(n>>" ")%(init$z>>=(:" "))
n#x=x
a%b=a++b++a++"\n"

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

download

return to the top page