view wisdom/fun fact @ 9997:f1ed053e4469

<int-e> slwd boring//s/.$/, unless it is done to pigs./
author HackBot
date Mon, 19 Dec 2016 22:40:45 +0000
parents 7f957c1f4661
children c3d85315f276
line wrap: on
line source

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