2018-08-22 01:37:32 -03:00

5 lines
81 B
Erlang
Executable File

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