Tetris by murky-satyr

t=System.in.text
int x=524/t.indexOf(35)
4.times{t=t.replaceFirst(/#(\D{${x%202}}) /,' $1#')}
print t.replaceAll(/\n#{10}/){println' '*10;''}

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

download

return to the top page