X by nn

int n="$System.in".toLong()/2
[n..1,0..n]*.any{i->println' '*(n-i)+'X'+(i?'  '*--i+' X':'')}

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

download

return to the top page