char pyramid by msk

k;s[99];main(i,j){for(;read(0,s+i,1);j=k++)i+=2;for(;k;)putchar(k>i+j-2?k=j--,10:(k>2*j)*s[k++]|32);}

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

download

return to the top page