view wisdom/fun fact @ 9274:7b356ce29feb

<oerjan> sled bin/randbin//s/wise/binary/
author HackBot
date Thu, 13 Oct 2016 23:05:40 +0000
parents 7f957c1f4661
children c3d85315f276
line wrap: on
line source

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