Increased maximum memory allocation

This commit is contained in:
Simon Brooke 2019-01-04 11:24:05 +00:00
parent 67443e1d46
commit 396e214b5f
2 changed files with 3 additions and 3 deletions

View file

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