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