Skip to content

Instantly share code, notes, and snippets.

@rodrigopinto
Created June 12, 2010 21:39
Show Gist options
  • Save rodrigopinto/436108 to your computer and use it in GitHub Desktop.
Save rodrigopinto/436108 to your computer and use it in GitHub Desktop.
Eshell V5.7.2 (abort with ^G)
1> c(factorial).
{ok,factorial}
2> factorial:fac(0).
1
3> factorial:fac(5).
120
4>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment