had wrong number of arguments in my erlang script

This commit is contained in:
Mike Green
2008-07-24 11:23:17 -04:00
parent 7dd9cd8eaa
commit 5b662218f4

View File

@@ -1,5 +1,5 @@
-module(hello).
-export([start/1]).
-export([start/0]).
start() ->
io:format("Hello World!").