Add the rest of the damn presentation
This commit is contained in:
parent
6c456a06c7
commit
fac2474ac6
5 changed files with 164 additions and 6 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue