X by jonathan camacho

use v5;  $c=<>;for$i(0..($c-1)){$_=" "x$c;substr($_,$i,1)=X;substr($_,$c-1-$i,1)=X;s/\s*$/\n/;print}

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

download

return to the top page