annotate wisdom/fun fact @ 3967:bb7275dbc075

<oerjan> sed -i \'s/|/ |/\' wisdom/fun\\ fact
author HackBot
date Thu, 31 Oct 2013 23:14:57 +0000
parents 5f0851663626
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3967
bb7275dbc075 <oerjan> sed -i \'s/|/ |/\' wisdom/fun\\ fact
HackBot
parents: 3966
diff changeset
1 fun fact 0 = 1 | fact n = n * fact (n - 1)