added Hello World in Erlang
This commit is contained in:
5
erlang.erl
Normal file
5
erlang.erl
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
-module(hello).
|
||||||
|
-export([start/1]).
|
||||||
|
|
||||||
|
start() ->
|
||||||
|
io:format("Hello World!").
|
||||||
Reference in New Issue
Block a user