ASCII Stars by notogawa

main=do n<-readLn;mapM putStrLn[x#' '++(2*(n-x)-1)#'*'|x<-map abs[1-n..n-1]]
(#)=replicate

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

download

return to the top page