annotate wisdom/fun fact @ 10521:65621e821c02

<wob_jonas> `` sed -i \'s/|Sith Lord Jar Jar|/|/\' bin/starwars
author HackBot
date Sun, 26 Mar 2017 02:13:44 +0000
parents 7f957c1f4661
children c3d85315f276
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4531
7f957c1f4661 <oerjan> revert
HackBot
parents:
diff changeset
1 fun fact 0 = 1 | fact n = n * fact (n - 1)