changeset 3966:5f0851663626

<oerjan> sed -i \'1N; s/\\n *//\' wisdom/fun\\ fact
author HackBot
date Thu, 31 Oct 2013 23:14:21 +0000
parents 6a3e6166db99
children bb7275dbc075
files wisdom/fun fact
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/wisdom/fun fact	Thu Oct 31 23:14:01 2013 +0000
+++ b/wisdom/fun fact	Thu Oct 31 23:14:21 2013 +0000
@@ -1,2 +1,1 @@
-fun fact 0 = 1
-  | fact n = n * fact (n - 1)
+fun fact 0 = 1| fact n = n * fact (n - 1)