Inverse problem by 51b

-module(i).
-export([m/0]).
m()->io:format([7*(X+1)rem 128||X<-io:get_line('')]).

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

download

return to the top page