/e/erlang_hw.erl
http://github.com/leachim6/hello-world · Erlang · 5 lines · 4 code · 1 blank · 0 comment · 0 complexity · 9194692a453d20d847c9e72671ce99df MD5 · raw file
- -module(erlang_hw).
- -export([start/0]).
- start() ->
- io:format("Hello World~n").