about summary refs log tree commit diff
path: root/presentations/erlang-2016/src/hello1.erl
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-21T00·38+0000
committerVincent Ambo <tazjin@google.com>2019-12-21T00·38+0000
commit8c5335a7b5871e6ce78a73103f383a7798442848 (patch)
tree19800cf7ebc316107cd23bbfba5aa37e9f87dced /presentations/erlang-2016/src/hello1.erl
parentfcf6ab2d9fc0b2081421885431f6c431087f0ff2 (diff)
parent8ab71587a7fe532785950ed9dbc2bcfa1acdfcc4 (diff)
merge(erlang-presentation): Merge at //presentations/erlang-2016 r/258
Diffstat (limited to 'presentations/erlang-2016/src/hello1.erl')
-rw-r--r--presentations/erlang-2016/src/hello1.erl5
1 files changed, 5 insertions, 0 deletions
diff --git a/presentations/erlang-2016/src/hello1.erl b/presentations/erlang-2016/src/hello1.erl
new file mode 100644
index 0000000000..ca78261399
--- /dev/null
+++ b/presentations/erlang-2016/src/hello1.erl
@@ -0,0 +1,5 @@
+-module(hello1).
+-export([hello_joe/0]).
+
+hello_joe() ->
+    hello_joe.