view wisdom/fun fact @ 11069:d9a33f53a8d6

<oerjan> slwd tip//s,\x03 if,\x0f if,
author HackBot
date Sun, 02 Jul 2017 03:10:51 +0000
parents 7f957c1f4661
children c3d85315f276
line wrap: on
line source

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