view wisdom/fun fact @ 4891:7e1e5b7f63ee

<mroman_> chmod +x bin/learn_append
author HackBot
date Fri, 26 Sep 2014 13:32:53 +0000
parents 7f957c1f4661
children c3d85315f276
line wrap: on
line source

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