annotate wisdom/fun fact @ 4012:ddeac2626be6

<mrhmouse> echo "echo \'>:-D\'" >> bin/botsnack
author HackBot
date Wed, 13 Nov 2013 20:22:11 +0000
parents bb7275dbc075
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)