Files
china-dictatorship/hello-world/e/Erlang.erl

5 lines
81 B
Erlang
Raw Permalink Normal View History

2021-03-24 00:00:01 +00:00
-module(erlang_hw).
-export([start/0]).
start() ->
io:format("Hello World~n").