about summary refs log tree commit diff
path: root/presentations/erlang-2016/src/hello1.erl
diff options
context:
space:
mode:
Diffstat (limited to 'presentations/erlang-2016/src/hello1.erl')
-rw-r--r--presentations/erlang-2016/src/hello1.erl5
1 files changed, 0 insertions, 5 deletions
diff --git a/presentations/erlang-2016/src/hello1.erl b/presentations/erlang-2016/src/hello1.erl
deleted file mode 100644
index ca78261399e1..000000000000
--- a/presentations/erlang-2016/src/hello1.erl
+++ /dev/null
@@ -1,5 +0,0 @@
--module(hello1).
--export([hello_joe/0]).
-
-hello_joe() ->
-    hello_joe.