view wisdom/fun fact @ 12476:3ded3d281de8 draft

<wib_jonas> slashlearn ponderthis//Ponder This are monthly open-ended programming puzzle challenges that some regulars enjoy: https://research.ibm.com/haifa/ponderthis/index.shtml
author HackEso <hackeso@esolangs.org>
date Mon, 27 Feb 2023 10:56:19 +0000
parents 65c5e843c3a3
children
line wrap: on
line source

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