annotate wisdom/fun fact @ 4065:6141355f1222

<mrhmouse> mv node/node-*/bin/node bin/node
author HackBot
date Fri, 22 Nov 2013 16:03:43 +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)