This isn't working, but it's VERY promising.

This commit is contained in:
Simon Brooke 2019-01-01 15:04:44 +00:00
parent 87007362f3
commit 4295b6e57f
5 changed files with 84 additions and 35 deletions

View file

@ -4,4 +4,4 @@
(cond ((= n 1) 1)
(t (* n (fact (- n 1)))))))
(fact 20)
(fact 21)