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