Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > contrib-release > by-pkgid > f1370d9b17597db213c06ccf33274692 > files > 116

faust-0.9.10-5mdv2010.1.x86_64.rpm

fact(0) = 1;
fact(n) = n*fact(n-1);
process = fact(10);