mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
8 lines
114 B
Erlang
8 lines
114 B
Erlang
-module(a).
|
|
|
|
-compile(export_all).
|
|
|
|
-include_lib("b/include/b.hrl").
|
|
|
|
hello() ->
|
|
io:format("~s\n", [?HELLO]).
|