ASCII Stars by teebee

for(int n=stdin,i=n;--i>-n;ask("*
"))map(ask,concat(array(abs(i)," "),array(n-abs(i)-1,"**")));

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

download

return to the top page