aboutsummaryrefslogtreecommitdiffstats
path: root/src/relcool.erl
blob: 770220705b7797a75cbbe9cfb4da7118aa26c4ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*-
%%%---------------------------------------------------------------------------
%%% @author Eric Merritt <[email protected]>
%%% @doc
%%% @copyright (C) 2007-2012 Erlware, Inc.
%%%---------------------------------------------------------------------------
-module(relcool).

-export([main/1]).

main(_Args) ->
    ok.