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

6 lines
72 B
Erlang
Raw Normal View History

2016-09-22 13:56:02 +02:00
-module(hello1).
-export([hello_joe/0]).
hello_joe() ->
hello_joe.