had wrong number of arguments in my erlang script
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
-module(hello).
|
-module(hello).
|
||||||
-export([start/1]).
|
-export([start/0]).
|
||||||
|
|
||||||
start() ->
|
start() ->
|
||||||
io:format("Hello World!").
|
io:format("Hello World!").
|
||||||
Reference in New Issue
Block a user