Files
china-dictatorship/hello-world/e/Erlang.erl
Ciro Santilli 3e40ac19d9 hello-world
2021-03-24 00:00:01 +00:00

5 lines
81 B
Erlang

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