2018-07-02 02:55:28 -05:00

5 lines
81 B
Erlang

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