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

hello_joe() ->
    hello_joe.