Levenshtein Distance by gnibbler

-module(a).
-export([m/0]).
m()->{_,_,X}=now(),io:write(X rem 3*214 rem 425).

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

download

return to the top page