changeset 3964:3d1bcac0c161

<oerjan> sed -i \'1N; s/ *//\' wisdom/fun\\ fact
author HackBot
date Thu, 31 Oct 2013 23:13:34 +0000
parents aed9d0f65de6
children 6a3e6166db99
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:04:42 2013 +0000
+++ b/wisdom/fun fact	Thu Oct 31 23:13:34 2013 +0000
@@ -1,2 +1,2 @@
-fun fact 0 = 1
+funfact 0 = 1
   | fact n = n * fact (n - 1)