Created
September 18, 2018 16:52
-
-
Save jasom/b068f437262288768cc1c0fdf13fc0ee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(loop for n from 0 | |
for next = 1 then (+ cur next) | |
for cur = 0 then next | |
when (= n 10) | |
return cur) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment