summaryrefslogtreecommitdiff
path: root/erlang/basic.erl
diff options
context:
space:
mode:
authorGuillermo Ramos2012-05-08 23:57:54 +0200
committerGuillermo Ramos2012-05-08 23:57:54 +0200
commit8172bdd6bdc9523ebde5dd8c1022e971c0299ada (patch)
tree41ab680dd4c0d78a5d5c782370aa88285dde931a /erlang/basic.erl
parentbedac58408e4c6a701dd8065ed7a11277f5358e5 (diff)
download7l-8172bdd6bdc9523ebde5dd8c1022e971c0299ada.tar.gz
[Erlang] Día 1
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.