tvl-depot/users/tazjin/presentations/erlang-2016/src/hello.erl

6 lines
71 B
Erlang
Raw Normal View History

2016-09-22 13:56:02 +02:00
-module(hello).
-export([hello_joe/0]).
hello_joe() ->
hello_joe.