Skip to content

Instantly share code, notes, and snippets.

@henrikh
Created August 28, 2009 19:27
Show Gist options
  • Save henrikh/177172 to your computer and use it in GitHub Desktop.
Save henrikh/177172 to your computer and use it in GitHub Desktop.
(do ((n 0 (1+ n))
(cur 0 next)
(next 1 (+ cur next)))
((= 10 n) cur))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment