print file by tabasa

ca= new char[9000]\x0d
new FileReader('/dev/fd/0').read(ca)\x0d
f=ca.toList().join('').trim()\x0d
new FileReader(f).read(ca)\x0d
print ca.toList().join('').trim()

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

download

return to the top page