選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

10 行
108 B

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