char pyramid by konn

import List;main=interact$unlines.reverse.zipWith(\n b->let a=replicate n ' 'in a++b++a)[0..].map(intersperse ' ').init.tails

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

download

return to the top page