view wisdom/fun fact @ 4959:454d020bf893

<oerjan> learn_append test test
author HackBot
date Tue, 30 Sep 2014 06:05:40 +0000
parents 7f957c1f4661
children c3d85315f276
line wrap: on
line source

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