view wisdom/fun fact @ 9568:4e914255974a

<fizzie> ` mv airport bin/airport; chmod a+x bin/airport
author HackBot
date Sun, 30 Oct 2016 23:23:17 +0000
parents 7f957c1f4661
children c3d85315f276
line wrap: on
line source

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