Skip to content

Instantly share code, notes, and snippets.

@alexitaylor
Created February 22, 2017 20:58
Show Gist options
  • Save alexitaylor/a8223c1e1456bd42d90cd5ab1c131def to your computer and use it in GitHub Desktop.
Save alexitaylor/a8223c1e1456bd42d90cd5ab1c131def to your computer and use it in GitHub Desktop.
fact(n) = n * fact(n - 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment