finally getting around to Learn You a Haskell for Great Good
This commit is contained in:
parent
67a2efde05
commit
08fccd5156
8
lyahfgg/README
Normal file
8
lyahfgg/README
Normal file
@ -0,0 +1,8 @@
|
||||
_____________________________________
|
||||
< Learn You a Haskell for Great Good! >
|
||||
-------------------------------------
|
||||
\ ^__^
|
||||
\ (oo)\_______
|
||||
(__)\ )\/\
|
||||
||----w |
|
||||
|| ||
|
3
lyahfgg/baby.hs
Normal file
3
lyahfgg/baby.hs
Normal file
@ -0,0 +1,3 @@
|
||||
doubleMe x = x + x
|
||||
|
||||
doubleUs x y = x*2 + y*2
|
Loading…
Reference in New Issue
Block a user