view wisdom/fun fact @ 5912:6cdc3c5f6fd8

<oerjan> ` touch test; sed -i \'r/haskell/\' test
author HackBot
date Tue, 18 Aug 2015 23:47:32 +0000
parents 7f957c1f4661
children c3d85315f276
line wrap: on
line source

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