view wisdom/fun fact @ 4327:405ea52d7b89

<int-e> ` sed -i \'s/\\+/*/\' bin/espletive; cat bin/espletive
author HackBot
date Thu, 16 Jan 2014 22:58:21 +0000
parents bb7275dbc075
children
line wrap: on
line source

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