about summary refs log tree commit diff
path: root/presentations/erlang-2016/src/hello.erl
blob: 56404a0c5a20038faa7ba5b8ec348d1f4d0620c7 (plain) (blame)
1
2
3
4
5
-module(hello).
-export([hello_joe/0]).

hello_joe() ->
    hello_joe.