index
:
rebar3.git
master
Clone of https://github.com/erlang/rebar3
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
priv
/
templates
/
simplemod.erl
blob: 46597aefd48778cf2f3c34821188ce79ded43be8 (
plain
)
1
2
3
4
5
6
-module({{modid}}). -export([my_func/0]). my_func() -> ok.