Skip to content

Instantly share code, notes, and snippets.

@jto
Created August 17, 2010 15:12
Show Gist options
  • Save jto/530326 to your computer and use it in GitHub Desktop.
Save jto/530326 to your computer and use it in GitHub Desktop.
fibs = 0 : 1 : zipWith (+) fibs (tail fibs)
@jto
Copy link
Author

jto commented Aug 18, 2010

^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment