6 lines
71 B
Erlang
6 lines
71 B
Erlang
|
-module(hello).
|
||
|
-export([hello_joe/0]).
|
||
|
|
||
|
hello_joe() ->
|
||
|
hello_joe.
|