view wisdom/fun fact @ 5345:3972035a019e

<oerjan> ` mv bin/{welcome13,jrypbzr}
author HackBot
date Mon, 04 May 2015 22:18:19 +0000
parents 7f957c1f4661
children c3d85315f276
line wrap: on
line source

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