1
0
Fork 0
mirror of https://github.com/correl/rebar.git synced 2024-12-20 03:20:18 +00:00
rebar/inttest/tdeps1/a.erl

9 lines
114 B
Erlang
Raw Normal View History

2010-06-08 20:51:49 +00:00
-module(a).
-compile(export_all).
2010-06-08 20:51:49 +00:00
-include_lib("b/include/b.hrl").
hello() ->
io:format("~s\n", [?HELLO]).