1
0
Fork 0
mirror of https://github.com/correl/rebar.git synced 2024-12-21 03:00:13 +00:00
rebar/priv/templates/simplemod.erl
2012-03-25 11:17:42 +02:00

6 lines
65 B
Erlang

-module({{modid}}).
-export([my_func/0]).
my_func() ->
ok.