Outline by murky-satyr

a=System.in.readLines()
[_='#'*(l=a.max{it.count}.count+2),*['',*a,''].sum{[' '+it.padRight(l-1)]},_].any{println"#$it#"}

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

download

return to the top page