finally getting around to Learn You a Haskell for Great Good

cat-town
Dan Buch 13 years ago
parent 67a2efde05
commit 08fccd5156

@ -0,0 +1,8 @@
_____________________________________
< Learn You a Haskell for Great Good! >
-------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||

@ -0,0 +1,3 @@
doubleMe x = x + x
doubleUs x y = x*2 + y*2
Loading…
Cancel
Save