ASCII Stars by pooq

int i,b,k,a=stdin;for(k=-a;++k<a;write()){for(b=abs(k),i=0;++i<=b;ask(" "));ask("*");for(i=1;++i<=a-b;ask("**"));};

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

download

return to the top page