resolve conflict with caches in day19
This commit is contained in:
parent
43c466038b
commit
529747fd7e
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ bbrgwb"))
|
|||
|
||||
(defvar *pattern-cache* (make-hash-table :test #'equal))
|
||||
(defvar *possible-cache* (make-hash-table :test #'equal))
|
||||
|
||||
(defun reset-patterns ()
|
||||
(setf *pattern-cache* (make-hash-table :test #'equal))
|
||||
(setf *possible-cache* (make-hash-table :test #'equal)))
|
||||
|
|
Loading…
Reference in a new issue