Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
haskell fibonacci
--ghc 8.0.1 /opt/ghc/8.0.1/lib/ghc-8.0.0.20160127/ fibs = 0 : 1 : zipWith (+) fibs (tail fibs) main = print $ take 20 fibs
run
|
edit
|
history
|
help
0
Exercise
hard 1.1
Square root
My "tying the knot"
(Int,Int) -> Bool plot
New wall
Producter
Fibonacci proof
ReadablePractice
haskell_exam