view wisdom/fun fact @ 12013:45938be0e4ea draft

<kspalaiologos> ` chmod a+x /hackenv/bin/labels.pl
author HackEso <hackeso@esolangs.org>
date Thu, 14 Nov 2019 16:13:38 +0000
parents 65c5e843c3a3
children
line wrap: on
line source

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