Coasters by nn

t=" $System.in "*1
l=t.size()
s=' '*l
b="|$s|\n"*(288%l)
u='_'*l
print" $u\n/$s\\\n$b|$t|\n$b\\$u/"

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

download

return to the top page