index
:
github/perlweeklychallenge-club.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
challenge-171
/
deadmarshal
/
haskell
/
ch-2.hs
blob: 6813ff0e131609630e80f905c50aaa4a2e7b0dcc (
plain
)
1
2
main
::
IO
()
main
=
print
$
((
\
x
->
x
+
2
)
.
(
\
x
->
x
*
2
))
5