The problem specifies 10 elves

This commit is contained in:
Tony Garnock-Jones 2018-10-24 14:29:10 +01:00
parent 838bde3740
commit 84298d5571
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
(assertion-struct problem-resolved (id))
(assertion-struct deliver-toys ())
(define N-ELVES 20)
(define N-ELVES 10)
(define ELF-GROUP-SIZE 3)
(define N-REINDEER 9)