view wisdom/fun fact @ 4725:e4f72e2fe640

<oerjan> ` strings bin/searchlog | paste
author HackBot
date Tue, 19 Aug 2014 09:53:27 +0000
parents 7f957c1f4661
children c3d85315f276
line wrap: on
line source

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