5 lines
81 B
Erlang
Raw Normal View History

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