Starburst by bk1e

char y[99];main(i,j,l){gets(y);l=strlen(y);for(j=0;j<l;++j)for(i=0;i<l+1;++i)putchar(i==l?10:j==l/2?y[i]:i==j||i==l/2||i==l-j-1?y[j]:32);}

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

download

return to the top page