annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3967
bb7275dbc075 <oerjan> sed -i \'s/|/ |/\' wisdom/fun\\ fact
HackBot
parents: 3966
diff changeset
1 fun fact 0 = 1 | fact n = n * fact (n - 1)