print file by 51b(no exec)

-module(p).
-export([m/0]).
m()->{_,X}=file:read_file(io:get_line('')--"
"),io:put_chars(X).

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

download

return to the top page