Skip to content

Instantly share code, notes, and snippets.

@dmotz
Created October 16, 2013 18:21
Show Gist options
  • Save dmotz/7012397 to your computer and use it in GitHub Desktop.
Save dmotz/7012397 to your computer and use it in GitHub Desktop.
mccarthy91
m = (n) -> if n > 100 then n - 10 else m m n + 11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment