Initial check-in
This commit is contained in:
commit
6c456a06c7
5 changed files with 151 additions and 0 deletions
5
src/hello1.erl
Normal file
5
src/hello1.erl
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
-module(hello1).
|
||||
-export([hello_joe/0]).
|
||||
|
||||
hello_joe() ->
|
||||
hello_joe.
|
||||
Loading…
Add table
Add a link
Reference in a new issue