Monster group by 51b

-module(m).
-export([m/0]).
m()->X=36#o9ssg000,io:write(X*X*X*36#w45ptj335qi).

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

download

return to the top page