sandbox/pe/b.erl

5 lines
40 B
Erlang
Raw Permalink Normal View History

2019-04-26 06:02:54 +00:00
-module(b).
-export([x/0]).
x () -> 1.