Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Using times instead of each when implementing Fibonnaci #20
Conversation
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
oc
commented on e47de1c
Oct 24, 2011
+1 much nicer! :) |
added a commit
that referenced
this pull request
May 3, 2012
rchatley
merged commit de51946
into
rchatley:master
May 3, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kjbekkelund commentedOct 22, 2011
As the variable in
each
is never used, usingtimes
seems better.