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

hello_joe() ->
    hello_joe.