ASCII Stars by murky-satyr

val a=1-readInt;for(i<-a to-a)println(" "*i.abs+"*"*((-a-i.abs)*2+1))

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

download

return to the top page