view wisdom/fun fact @ 11995:4de59c4fd0bd draft

<arseniiv> addquote <shachaf> The domain is public, but what\'s the codomain?
author HackEso <hackeso@esolangs.org>
date Thu, 31 Oct 2019 10:47:36 +0000
parents 65c5e843c3a3
children
line wrap: on
line source

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