index
:
7l
master
Solutions for the books "7 languages in 7 weeks" I + II
gramos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
erlang
/
basic.erl
blob: c7095ed8d61dc3269405a29a1d8988d0287cd630 (
plain
) (
blame
)
1
2
3
4
-
module
(
basic
).
-
export
([
mirror
/
1
]).
mirror
(
Anything
)
->
Anything
.