view wisdom/fun fact @ 8025:84ed6d62104b

<hppavilion[2]> mkx bin/exps//words ${1---eng-1M --esolangs 20} | sed -re \'s/( |$)/exp\\1/g\' | rainwords
author HackBot
date Wed, 11 May 2016 21:51:36 +0000
parents 7f957c1f4661
children c3d85315f276
line wrap: on
line source

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