expand text by BioFALSE

$n=<>;$a=$_=<>;s/./$&x$n/ge;print;$a=~s/./$&." "x($n-2).$&/ge;for$i(3..$n){print$a}print

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

download

return to the top page