sandbox/pe/hello.erl

6 lines
82 B
Erlang
Raw Normal View History

2019-04-22 02:25:01 +00:00
-module(hello).
-export([start/0]).
start() ->
io:format("Goodbye, joe.~n").