1-module({{modid}}).
2
3-export([my_func/0]).
4
5my_func() ->
6    ok.
7