summaryrefslogtreecommitdiff
path: root/erlang/basic.erl
diff options
context:
space:
mode:
Diffstat (limited to 'erlang/basic.erl')
-rw-r--r--erlang/basic.erl4
1 files changed, 4 insertions, 0 deletions
diff --git a/erlang/basic.erl b/erlang/basic.erl
new file mode 100644
index 0000000..c7095ed
--- /dev/null
+++ b/erlang/basic.erl
@@ -0,0 +1,4 @@
+-module(basic).
+-export([mirror/1]).
+
+mirror(Anything) -> Anything.