You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 regels
115 B

  1. -module(a).
  2. -compile(export_all).
  3. -include_lib("b/include/b.hrl").
  4. hello() ->
  5. io:format("~s\n", [?HELLO]).