mirror of
https://github.com/valitydev/parse_trans.git
synced 2024-11-06 08:35:17 +00:00
9 lines
75 B
Erlang
9 lines
75 B
Erlang
-module(ex1).
|
|
-export([add/2]).
|
|
|
|
add(X,Y) ->
|
|
X + Y.
|
|
|
|
int() ->
|
|
int.
|