char pyramid by xulapp

string s=stdin,a[];int i=length(s);for(a=array(i*2-1,' ');0<i;a.pop(),map(ask,a),write())a.insert(--i,substr(s,i,1));

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

download

return to the top page