view wisdom/fun fact @ 12173:c09becd5b2ae draft

<oerjan> learn `rlexp <compressed code> is a command for expanding the rle format fungot ^show\'s for brainfuck code but doesn\'t accept as input.
author HackEso <hackeso@esolangs.org>
date Wed, 20 Nov 2019 06:37:46 +0000
parents 65c5e843c3a3
children
line wrap: on
line source

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