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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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.