aboutsummaryrefslogtreecommitdiff
path: root/template/erlang/base-main.erl
blob: addb0b4a9e9318c43f6afd2d6191789f0c9a30bd (plain)
1
2
3
4
5
-module({{_name_:main}}).
-export([{{_name_:main}}/0]).

{{_name_:main}}() ->
  io:put_chars("{{_cursor_}}").