Skip to content

Instantly share code, notes, and snippets.

@moonmaster9000
Created May 2, 2010 00:23
Show Gist options
  • Save moonmaster9000/386784 to your computer and use it in GitHub Desktop.
Save moonmaster9000/386784 to your computer and use it in GitHub Desktop.
fac n = foldr (*) 1 $ take n $ [1..]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment