changeset 3965:6a3e6166db99

<oerjan> revert
author HackBot
date Thu, 31 Oct 2013 23:14:01 +0000
parents 3d1bcac0c161
children 5f0851663626
files wisdom/fun fact
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/wisdom/fun fact	Thu Oct 31 23:13:34 2013 +0000
+++ b/wisdom/fun fact	Thu Oct 31 23:14:01 2013 +0000
@@ -1,2 +1,2 @@
-funfact 0 = 1
+fun fact 0 = 1
   | fact n = n * fact (n - 1)