1 2 3 4 5
-module({{_name_:main}}). -export([{{_name_:main}}/0]). {{_name_:main}}() -> io:put_chars("{{_cursor_}}").