annotate wisdom/fun fact @ 4057:a7145daf0cdf

<mrhmouse> echo "#!/usr/bin/env node" > bin/ello
author HackBot
date Fri, 22 Nov 2013 15:56:34 +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)