view wisdom/fun fact @ 8673:ee7d3edfa163

<oerjan> ` sed -i \'s/ \\+/ /g;s/ $//\' wisdom/{math,utumno,wealhtheow}
author HackBot
date Thu, 30 Jun 2016 23:34:59 +0000
parents 7f957c1f4661
children c3d85315f276
line wrap: on
line source

fun fact 0 = 1 | fact n = n * fact (n - 1)