/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

  1. -module(erlang_hw).
  2. -export([start/0]).
  3. start() ->
  4. io:format("Hello World~n").