view wisdom/fun fact @ 4492:02775a0b8839

<ion> sed -i -re \'s/echo ("?)\\$[@*]\\1 /print_args_or_input "$@" /g\' bin/complain bin/ord bin/ordu
author HackBot
date Sat, 22 Feb 2014 02:38:07 +0000
parents bb7275dbc075
children
line wrap: on
line source

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