about summary refs log tree commit diff
path: root/users/tazjin/presentations/erlang-2016/src/hello.erl
-module(hello).
-export([hello_joe/0]).

hello_joe() ->
    hello_joe.