view wisdom/fun fact @ 9410:b4f6529c1bff

<oerjan> slwd isomorphism//s/i/I/
author HackBot
date Sun, 23 Oct 2016 04:17:58 +0000
parents 7f957c1f4661
children c3d85315f276
line wrap: on
line source

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