Add the rest of the damn presentation

This commit is contained in:
Vincent Ambo 2016-09-22 15:37:17 +02:00
parent 6c456a06c7
commit fac2474ac6
5 changed files with 164 additions and 6 deletions

View file

@ -2,7 +2,7 @@
-export([hello/1]).
hello(Name) ->
io:format("Hello ~s!~n", [Name]).
io:format("Hey ~s!~n", [Name]).
% 3> c(hello2).
% {ok,hello2}