1
0
Fork 0
mirror of https://github.com/correl/rebar.git synced 2025-03-30 17:00:13 -09:00
rebar/inttest/app_src/app_src.erl
2014-12-03 18:39:29 +01:00

6 lines
60 B
Erlang

-module(app_src).
-compile(export_all).
test() ->
ok.