dist.erl

text/x-erlang dist.erl — 1 KB

Continguts del fitxer

-module(dist).
-export([t/1]).

t(From) -> From!node().