Skip to content

Instantly share code, notes, and snippets.

@sordina
Created June 11, 2010 08:45
Show Gist options
  • Save sordina/434258 to your computer and use it in GitHub Desktop.
Save sordina/434258 to your computer and use it in GitHub Desktop.
fac 0 = 1
fac n = n * fac (n - 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment