Skip to content

Commit

Permalink
修改程序
Browse files Browse the repository at this point in the history
  • Loading branch information
terrencehan committed Dec 15, 2014
1 parent 31bb12c commit e74116c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/upgrade_demo_app.erl
Expand Up @@ -3,7 +3,7 @@
-behaviour(application).

%% Application callbacks
-export([start/2, stop/1]).
-export([start/2, stop/1, hello/0]).

%% ===================================================================
%% Application callbacks
Expand All @@ -14,3 +14,6 @@ start(_StartType, _StartArgs) ->

stop(_State) ->
ok.

hello() ->
1.

0 comments on commit e74116c

Please sign in to comment.