Skip to content

Commit

Permalink
had wrong number of arguments in my erlang script
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedamage committed Jul 24, 2008
1 parent 7dd9cd8 commit 5b66221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erlang.erl
@@ -1,5 +1,5 @@
-module(hello).
-export([start/1]).
-export([start/0]).

start() ->
io:format("Hello World!").

0 comments on commit 5b66221

Please sign in to comment.