view wisdom/fun fact @ 9265:d32852713e15

<shachaf> mkx bin/randbin//grep \'\' "$(ls -1 bin | shuf -n 1)"
author HackBot
date Thu, 13 Oct 2016 22:40:23 +0000
parents 7f957c1f4661
children c3d85315f276
line wrap: on
line source

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