Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Fibs challenge

Name: Anonymous 2011-12-09 11:18

program which will:
Display the largest fibs you can in your language of choice, but using only your own code
(no non-standard libraries like multiple precision arithmetic).

Name: Anonymous 2011-12-09 12:42

fibs = 0 : 1 : zipWith (+) fibs (tail fibs)

main = print $ maximum fibs


It could take a while.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List