parse_trans/examples/ex1.erl
2011-10-18 11:24:48 +02:00

9 lines
75 B
Erlang

-module(ex1).
-export([add/2]).
add(X,Y) ->
X + Y.
int() ->
int.