mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 19:19:31 +00:00
299f3045be
--HG-- extra : rebase_source : c0bfcfbbbca005eee2a3434cbe25494399b07532
9 lines
115 B
Erlang
9 lines
115 B
Erlang
-module(a).
|
|
|
|
-compile(export_all).
|
|
|
|
-include_lib("b/include/b.hrl").
|
|
|
|
hello() ->
|
|
io:format("~s\n", [?HELLO]).
|
|
|