Christmas tree by pv2b

char*s,b[];main(n){scanf("%d",&n);memset(b,32,n-2);b[n-2]=42;for(s=strdup(b);n--;strcat(++s,"**"))puts(n?s:b);}

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

download

return to the top page