ASCII Stars by 51b

import std.stdio;void main(){int n,m,i,j;scanf("%d",&n);for(m=n;!j?i=--m>0?n-m:n+m,j=n+i:1;)putchar=2*i<j--?32:j?42:10;}

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

download

return to the top page