Initial check-in

This commit is contained in:
Vincent Ambo 2016-09-22 13:56:02 +02:00
commit 6c456a06c7
5 changed files with 151 additions and 0 deletions

5
src/hello1.erl Normal file
View file

@ -0,0 +1,5 @@
-module(hello1).
-export([hello_joe/0]).
hello_joe() ->
hello_joe.