view wisdom/fun fact @ 11964:794a19e189cf draft

<rain2> ` echo rain2 >> bin/ioccclist
author HackEso <hackeso@esolangs.org>
date Thu, 10 Oct 2019 07:20:39 +0000
parents 65c5e843c3a3
children
line wrap: on
line source

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