view wisdom/fun fact @ 10366:974b9d6260df

<oerjan> mkx bin/lastfiles//hg log --removed -l 1 --template "{join(files,\'\\n\')}" -- "$@"
author HackBot
date Tue, 07 Mar 2017 23:15:41 +0000
parents 7f957c1f4661
children c3d85315f276
line wrap: on
line source

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