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