summaryrefslogtreecommitdiff
path: root/priv/templates/simplemod.erl
blob: 46597aefd48778cf2f3c34821188ce79ded43be8 (plain)
1
2
3
4
5
6
-module({{modid}}).

-export([my_func/0]).

my_func() ->
    ok.