mirror of
https://github.com/correl/rebar.git
synced 2025-03-06 20:35:10 -10:00
7 lines
66 B
Erlang
7 lines
66 B
Erlang
|
-module(custom_config).
|
||
|
|
||
|
-compile(export_all).
|
||
|
|
||
|
test() ->
|
||
|
ok.
|