view wisdom/fun fact @ 9826:4cafb7e9960d

<shachaf> slwd ../bin/hlnp//s#p#/usr/bin/p#
author HackBot
date Fri, 02 Dec 2016 03:27:54 +0000
parents 7f957c1f4661
children c3d85315f276
line wrap: on
line source

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