view wisdom/fun fact @ 12367:a6512c6c4477 draft

<NotApplicable> fetch /hackenv/bin/whatwg https://hack.esolangs.org/get/bin/whatwg
author HackEso <hackeso@esolangs.org>
date Sun, 07 Feb 2021 22:43:44 +0000
parents 65c5e843c3a3
children
line wrap: on
line source

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